atabary/moment

Parsing ISO 8601

Opened this issue · 2 comments

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.

Moment doesn't handle timezones yet!

Thanks for the info, I'm using calendar instead now.