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

Timezone ambiguity #17

Open
fmovlex opened this issue Dec 17, 2017 · 1 comment
Open

Timezone ambiguity #17

fmovlex opened this issue Dec 17, 2017 · 1 comment
Assignees

Comments

@fmovlex
Copy link

fmovlex commented Dec 17, 2017

Timezone abbrivations are (sadly) not unique, e.g. IST is (Israel/India/Irish) Standard Time.
(https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations)

Related issue elsewhere: osTicket/osTicket#3583

Lookup for full time is done by abbreviated name, so this happens:

loc, _ := time.LoadLocation("Asia/Jerusalem")
datetime := time.Date(2016, 02, 03, 9, 0, 1, 0, loc)
l := en_US.New()
fmt.Println(l.FmtTimeFull(datetime)) // 9:00:01 am India Standard Time
@deankarn deankarn self-assigned this Dec 18, 2017
@deankarn
Copy link
Contributor

Thanks @fmovlex for reporting, I'll try and think of a way around that; any help or thoughts on how would be appreciated :)

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

No branches or pull requests

2 participants