diff --git a/extern/icu/tzdata/be.zip b/extern/icu/tzdata/be.zip index c6b8e29b93..18a4c593a1 100644 Binary files a/extern/icu/tzdata/be.zip and b/extern/icu/tzdata/be.zip differ diff --git a/extern/icu/tzdata/le.zip b/extern/icu/tzdata/le.zip index ac621e82c4..adbd917b7a 100644 Binary files a/extern/icu/tzdata/le.zip and b/extern/icu/tzdata/le.zip differ diff --git a/extern/icu/tzdata/version.txt b/extern/icu/tzdata/version.txt index 5c8fbb478a..b74fa117a2 100644 --- a/extern/icu/tzdata/version.txt +++ b/extern/icu/tzdata/version.txt @@ -1 +1 @@ -2022f +2022g diff --git a/src/common/TimeZones.h b/src/common/TimeZones.h index f9501f5d70..3eb3c5b941 100644 --- a/src/common/TimeZones.h +++ b/src/common/TimeZones.h @@ -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 = "2022f"; +static const char* BUILTIN_TIME_ZONE_VERSION = "2022g"; // 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[] = { @@ -639,5 +639,6 @@ static const char* BUILTIN_TIME_ZONE_LIST[] = { "America/Nuuk", // fb_tzid_america_nuuk - 64903 "Asia/Qostanay", // fb_tzid_asia_qostanay - 64902 "Pacific/Kanton", // fb_tzid_pacific_kanton - 64901 - "Europe/Kyiv" // fb_tzid_europe_kyiv - 64900 + "Europe/Kyiv", // fb_tzid_europe_kyiv - 64900 + "America/Ciudad_Juarez" // fb_tzid_america_ciudad_juarez - 64899 }; diff --git a/src/include/firebird/TimeZones.h b/src/include/firebird/TimeZones.h index ea24bc071a..854329855a 100644 --- a/src/include/firebird/TimeZones.h +++ b/src/include/firebird/TimeZones.h @@ -639,5 +639,6 @@ #define fb_tzid_asia_qostanay 64902 /* Asia/Qostanay */ #define fb_tzid_pacific_kanton 64901 /* Pacific/Kanton */ #define fb_tzid_europe_kyiv 64900 /* Europe/Kyiv */ +#define fb_tzid_america_ciudad_juarez 64899 /* America/Ciudad_Juarez */ #endif /* FIREBIRD_TIME_ZONES_H */