Skip to content

Update tzdata to version 2024b. #8259

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

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified extern/icu/tzdata/be.zip
Binary file not shown.
Binary file modified extern/icu/tzdata/le.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion extern/icu/tzdata/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024a
2024b
2 changes: 1 addition & 1 deletion src/common/TimeZones.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The content of this file is generated with help of update-ids utility Do not edit.

static const char* BUILTIN_TIME_ZONE_VERSION = "2024a";
static const char* BUILTIN_TIME_ZONE_VERSION = "2024b";

// Do not change order of items in this array! The index corresponds to a TimeZone ID, which must be fixed!
static const char* BUILTIN_TIME_ZONE_LIST[] = {
Expand Down