moment icon indicating copy to clipboard operation
moment copied to clipboard

Parsing ISO 8601

Open manveru opened this issue 10 years ago • 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.

manveru avatar Sep 06 '15 19:09 manveru

Moment doesn't handle timezones yet!

atabary avatar Oct 10 '15 21:10 atabary

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

manveru avatar Oct 11 '15 13:10 manveru