atabary / moment

Moment is designed to bring easy date and time handling to Elixir.
Apache License 2.0
29 stars 1 forks source link

Parsing ISO 8601 #2

Open manveru opened 8 years ago

manveru commented 8 years ago

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 8 years ago

Moment doesn't handle timezones yet!

manveru commented 8 years ago

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