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

Request for Asia/Almaty Timezone Offset Change #775

Open
jayasuryabol opened this issue Mar 28, 2024 · 2 comments
Open

Request for Asia/Almaty Timezone Offset Change #775

jayasuryabol opened this issue Mar 28, 2024 · 2 comments

Comments

@jayasuryabol
Copy link

Problem description

Asia/Almaty timezone was changed from GMT+6 to GMT+5 on 29th February 2024.
Source: https://timezonedb.com/time-zones/Asia/Almaty

But the joda-time package still uses GMT+6.
image

Currently, when I convert any date to the Asia/Almaty timezone, it gives +06:00 as the offset.
Please update the offset to +05:00.

Test case

DateTime.now(DateTimeZone.forID('Asia/Almaty')).toString() returns the current date time with +06:00 offset.
It has to be updated to +05:00.

@jayasuryabol
Copy link
Author

@jodastephen Can we please get this updated?

@jodastephen
Copy link
Member

Have you tried running the latest code? The website is not updated very often, so that is not the correct way to judge what Joda-Time will do.

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

No branches or pull requests

2 participants