-
Notifications
You must be signed in to change notification settings - Fork 54
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
Added extra FixedTimeZones #9
Conversation
Please add some coverage for fixed.jl. Currently the file has no testcases that use the |
All of the fixed timezones that were added can be found in the file "etcetera" from the IANA website. Even though we could support these timezones I think we shouldn't as they are deemed historical along with "backward". Additionally, the "Etc/GMT(+|-)\d+" can be confusing as their labels ("GMT+1") have the opposite offset (-3600 seconds). See ftp://ftp.iana.org/tz/data/etcetera for details.
I've decided that the "Etc/..." timezones are historical and shouldn't be used. For those who want to use something like them try I've added some notes into build.jl which acknowledges the existence of the "etcetera" file. The only new TimeZones added by this PR are: "UTC" and "GMT". |
Add support for some common fixed time zones