Skip to content

Commit 2caa5a1

Browse files
Update datagen to TZDB 2025c (#7306)
Some timestamps in `America/Tijuana` in the 70s change, but only wrt to DST, so no CLDR or metazones changes are needed, so there's no data diff for ICU4X.
1 parent c46d47f commit 2caa5a1

File tree

10 files changed

+301
-145
lines changed

10 files changed

+301
-145
lines changed

provider/source/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl SourceDataProvider {
119119
pub const TESTED_SEGMENTER_LSTM_TAG: &'static str = "v0.1.0";
120120

121121
/// The TZDB tag that has been verified to work with this version of `SourceDataProvider`.
122-
pub const TESTED_TZDB_TAG: &'static str = "2025b";
122+
pub const TESTED_TZDB_TAG: &'static str = "2025c";
123123

124124
/// A provider using the data that has been verified to work with this version of `SourceDataProvider`.
125125
///

provider/source/tests/data/tzdb/africa

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/source/tests/data/tzdb/antarctica

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/source/tests/data/tzdb/asia

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/source/tests/data/tzdb/australasia

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/source/tests/data/tzdb/europe

Lines changed: 36 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider/source/tests/data/tzdb/northamerica

Lines changed: 42 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)