Subject: | zulu timezone marker not supported |
Specifying the Zulu Timezone on ISO 8601 dates confuses Time::Format
$ perl -MTime::Format=%time -e 'print $time{"dd Mon yyyy - hh:mm:ss",
"2010-03-16T08:45:38.781052"}';
$ perl -MTime::Format=%time -e 'print $time{"dd Mon yyyy - hh:mm:ss",
"2010-03-16T08:45:38.781052Z"}';
Unrecognized time value: "2010-03-16T08:45:38.781052Z" at -e line 1
http://en.wikipedia.org/wiki/ISO_8601#UTC indicates that a trailing Z
indicates UTC.