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

Wrong Display Name For America/Chihuahua TimeZone #105

Open
Artem-Beziazychnyi opened this issue Feb 20, 2024 · 0 comments
Open

Wrong Display Name For America/Chihuahua TimeZone #105

Artem-Beziazychnyi opened this issue Feb 20, 2024 · 0 comments

Comments

@Artem-Beziazychnyi
Copy link

If call TZNames.GetDisplayNameForTimeZone("America/Chihuahua, en-US);
It will return this string "(UTC**-07**:00) Chihuahua, La Paz, Mazatlan".

The problem is that America/Chihuahua time zone was changed. It is going to be, UTC -6 hours all of the period from 2023 to 2029 (see details there https://www.timeanddate.com/time/zone/@4000881).

So, the offset from UTC is -6 NOT -7 now.

Is it possible to fix this? Thanks.

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

1 participant