[Developers] datetime format
Christopher R. Maden
crism at metaweb.com
Fri Feb 1 04:52:37 UTC 2008
Arthur van Hoff wrote:
> I’m finding some dates that are of the format: 2008-01-28T07:24:17-00:00
>
> According to the documentation the format should be:
> 2008-01-28T07:24:17.000Z
>
> What is going on here? What formats should I be prepared to handle?
Hi, Arthur. Datetime valued properties will not have an explicit
timezone assertion; they are all in UTC.
The latter form is used for system time assertions, like the dateline on
a write or read, but not for actual property values.
~Chris
--
Christopher R. Maden
Data Architect
Metaweb Technologies, Inc.
<URL: http://www.metaweb.com/ >
More information about the Developers
mailing list