Skip to content

Commit e2fd1e7

Browse files
Update tzdata to version 2025b. (#8516)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
1 parent 12f3f56 commit e2fd1e7

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

extern/icu/tzdata/be.zip

150 Bytes
Binary file not shown.

extern/icu/tzdata/le.zip

158 Bytes
Binary file not shown.

extern/icu/tzdata/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025a
1+
2025b

src/common/TimeZones.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The content of this file is generated with help of update-ids utility Do not edit.
22

3-
static const char* BUILTIN_TIME_ZONE_VERSION = "2025a";
3+
static const char* BUILTIN_TIME_ZONE_VERSION = "2025b";
44

55
// Do not change order of items in this array! The index corresponds to a TimeZone ID, which must be fixed!
66
static const char* BUILTIN_TIME_ZONE_LIST[] = {
@@ -640,5 +640,6 @@ static const char* BUILTIN_TIME_ZONE_LIST[] = {
640640
"Asia/Qostanay", // fb_tzid_asia_qostanay - 64902
641641
"Pacific/Kanton", // fb_tzid_pacific_kanton - 64901
642642
"Europe/Kyiv", // fb_tzid_europe_kyiv - 64900
643-
"America/Ciudad_Juarez" // fb_tzid_america_ciudad_juarez - 64899
643+
"America/Ciudad_Juarez", // fb_tzid_america_ciudad_juarez - 64899
644+
"America/Coyhaique" // fb_tzid_america_coyhaique - 64898
644645
};

src/include/firebird/TimeZones.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,5 +640,6 @@
640640
#define fb_tzid_pacific_kanton 64901 /* Pacific/Kanton */
641641
#define fb_tzid_europe_kyiv 64900 /* Europe/Kyiv */
642642
#define fb_tzid_america_ciudad_juarez 64899 /* America/Ciudad_Juarez */
643+
#define fb_tzid_america_coyhaique 64898 /* America/Coyhaique */
643644

644645
#endif /* FIREBIRD_TIME_ZONES_H */

0 commit comments

Comments
 (0)