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

Update refresh.sh to use rearguard file #205

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

arjanmels
Copy link

Update refresh.sh to use rearguard file to properly handle timezones with negative DST offset (e.g. Europe/Dublin).

The original caused timezones with negative DST (like Europe/Dublin) to have isDst set inverse of expectations for CLDR (e.g. false in summer, true in winter). This causes problems in case the isDST flag is used to get the timezone names from e.g. CLDR.

(See for example this mailchain: [https://bugs.openjdk.org/browse/JDK-8195595], and CLDR documentation: https://cldr.unicode.org/development/updating-codes/update-time-zone-data-for-zoneparser)

Update refresh.sh to use rearguard file to properly handle timezones with negative DST offset (e.g. Europe/Dublin)
@srawlins
Copy link
Owner

srawlins commented Nov 5, 2024

Thanks!

@srawlins srawlins merged commit 4f78c2f into srawlins:master Nov 5, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants