If you have a date like '2008-09-18T00:00:00' does it have a name? UTC? Something like that? Surprisingly hard to google for this...
views:
93answers:
5
+8
A:
That is a combined date/time representation as defined by ISO8601. It often has a timezone/offset appended to it, e.g. 2008-09-18T00:00:00Z
would denote UTC time.
Michael Haren
2010-01-04 23:00:33
Wow... beat me by 6 seconds... +1
md5sum
2010-01-04 23:04:46
+1
A:
Surprisingly I get the correct Wikipedia article as the second hit with this Google search.
paprika
2010-01-04 23:08:08
I might add that the first hit also mentions ISO 8601, but does this probably just because of the search terms "time" and "format", whereas the second hit shows up specifically because of the "T" -- at least it seems so judging by Google's highlighting of the found text excerpts.
paprika
2010-01-04 23:15:31