-
-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple time zones #330
Comments
Not true.
They are. Try
Granted, this parser isn't complete, but there's little benefit to expanding it much more. Are you just asking for the special military time time zone designator characters? |
Hi Ryan, thank you for your quick reply. |
Cool. 😎 Yes, the For example, in Ruby: >> Time.now.iso8601
=> "2018-01-30T08:00:27-07:00"
>> Time.now.utc.iso8601
=> "2018-01-30T15:00:31Z" |
Currently the script only supports Zulu time. It would be nice if other time-zones would also be supported such as per the ISO 8601 specifications https://en.wikipedia.org/wiki/List_of_military_time_zones
The text was updated successfully, but these errors were encountered: