Skip to content
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

Some unsupported timezones #13

Closed
sashabaranov opened this issue Jun 6, 2019 · 7 comments
Closed

Some unsupported timezones #13

sashabaranov opened this issue Jun 6, 2019 · 7 comments

Comments

@sashabaranov
Copy link

I've found out that timezones below are not supported. Those are real and reported from iOS.

AKDT
CDT
CEST
EEST
GMT+4:30
GMT+5:30
GMT+6:30
GMT+9:30
MDT
MYT
NDT
NZST
UTC−4
WEST
sashabaranov pushed a commit to sashabaranov/go-timezone that referenced this issue Jun 6, 2019
sashabaranov pushed a commit to sashabaranov/go-timezone that referenced this issue Jun 6, 2019
sashabaranov pushed a commit to sashabaranov/go-timezone that referenced this issue Jun 6, 2019
@tkuchiki
Copy link
Owner

I added AKDT, CDT, CEST, EEST, MDT, MYT, NDT, NZST and WEST in https://github.com/tkuchiki/go-timezone/releases/tag/v0.2.0 .

@tkuchiki
Copy link
Owner

@sashabaranov I haven't found the following time zones.

GMT+4:30
GMT+5:30
GMT+6:30
GMT+9:30
UTC−4

Could you please tell me how you found them?

@sashabaranov
Copy link
Author

I was taking timezone abbreviation on iOS https://stackoverflow.com/questions/27053135/how-to-get-a-users-time-zone/27053592

@tkuchiki
Copy link
Owner

Thanks, I will check it.

@tkuchiki
Copy link
Owner

tkuchiki commented Mar 16, 2021

https://stackoverflow.com/a/49048447

timeZone: Asia/Calcutta
abbreviation: GMT+5:30
secondsFromGMT: 19800

timeZone: Asia/Colombo
abbreviation: GMT+5:30
secondsFromGMT: 19800

timeZone: Asia/Kabul
abbreviation: GMT+4:30
secondsFromGMT: 16200

timeZone: Asia/Kathmandu
abbreviation: GMT+5:45
secondsFromGMT: 20700

timeZone: Asia/Katmandu
abbreviation: GMT+5:45
secondsFromGMT: 20700

timeZone: Asia/Rangoon
abbreviation: GMT+6:30
secondsFromGMT: 23400

timeZone: Asia/Tehran
abbreviation: GMT+3:30
secondsFromGMT: 12600

timeZone: Asia/Yangon
abbreviation: GMT+6:30
secondsFromGMT: 23400

timeZone: Australia/Adelaide
abbreviation: GMT+10:30
secondsFromGMT: 37800

timeZone: Australia/Broken_Hill
abbreviation: GMT+10:30
secondsFromGMT: 37800

timeZone: Australia/Darwin
abbreviation: GMT+9:30
secondsFromGMT: 34200

timeZone: Australia/Eucla
abbreviation: GMT+8:45
secondsFromGMT: 31500

timeZone: Indian/Cocos
abbreviation: GMT+6:30
secondsFromGMT: 23400

timeZone: Pacific/Chatham
abbreviation: GMT+13:45
secondsFromGMT: 49500

timeZone: Pacific/Marquesas
abbreviation: GMT-9:30
secondsFromGMT: -34200

@tkuchiki
Copy link
Owner

@sashabaranov I'm sorry it took so long.
Supported https://github.com/tkuchiki/go-timezone/releases/tag/v0.2.2

@tkuchiki
Copy link
Owner

I will close this issue for now.
If you have any problems, please re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants