Changes between Version 52 and Version 53 of GAPI_AM_API_V3/CommonConcepts


Ignore:
Timestamp:
02/19/14 09:47:51 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3/CommonConcepts

    v52 v53  
    296296
    297297=== datetime data type ===
    298 All datetime arguments and returns in this API shall conform to [http://tools.ietf.org/html/rfc3339 RFC 3339]. This represents a subset of the valid date/time strings permissible by the standard XML-RPC date/time data type, [http://xmlrpc.scripting.com/spec dateTime.iso8601].
     298All datetime arguments and returns in this API shall be strings that conform to [http://tools.ietf.org/html/rfc3339 RFC 3339]. This represents a subset of the valid date/time strings permissible by the standard XML-RPC date/time data type, [http://xmlrpc.scripting.com/spec dateTime.iso8601].
    299299 - Full date and time with explicit timezone: offset from UTC or in UTC
    300300 - e.g.: 1985-04-12T23:20:50.52Z or 1996-12-19T16:39:57-08:00