Parsing ISO 8601
Opened this issue · 2 comments
manveru commented
Given a string like 2015-09-05T17:10:53.109Z
, what's the recommended format for parsing it? Right now I'm using YYYY-MM-DDTHH:mm:ss.SSS
, but I'd love to be able to handle Zulu time as well as other timezones.
atabary commented
Moment doesn't handle timezones yet!
manveru commented
Thanks for the info, I'm using calendar
instead now.