mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Update tzdata to version 2022b.
This commit is contained in:
parent
9268adeac1
commit
a4b95af636
BIN
extern/icu/tzdata/be.zip
vendored
BIN
extern/icu/tzdata/be.zip
vendored
Binary file not shown.
BIN
extern/icu/tzdata/le.zip
vendored
BIN
extern/icu/tzdata/le.zip
vendored
Binary file not shown.
2
extern/icu/tzdata/version.txt
vendored
2
extern/icu/tzdata/version.txt
vendored
@ -1 +1 @@
|
||||
2022a
|
||||
2022b
|
||||
|
@ -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 = "2022a";
|
||||
static const char* BUILTIN_TIME_ZONE_VERSION = "2022b";
|
||||
|
||||
// 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[] = {
|
||||
@ -638,5 +638,6 @@ static const char* BUILTIN_TIME_ZONE_LIST[] = {
|
||||
"Zulu", // fb_tzid_zulu - 64904
|
||||
"America/Nuuk", // fb_tzid_america_nuuk - 64903
|
||||
"Asia/Qostanay", // fb_tzid_asia_qostanay - 64902
|
||||
"Pacific/Kanton" // fb_tzid_pacific_kanton - 64901
|
||||
"Pacific/Kanton", // fb_tzid_pacific_kanton - 64901
|
||||
"Europe/Kyiv" // fb_tzid_europe_kyiv - 64900
|
||||
};
|
||||
|
@ -638,5 +638,6 @@
|
||||
#define fb_tzid_america_nuuk 64903 /* America/Nuuk */
|
||||
#define fb_tzid_asia_qostanay 64902 /* Asia/Qostanay */
|
||||
#define fb_tzid_pacific_kanton 64901 /* Pacific/Kanton */
|
||||
#define fb_tzid_europe_kyiv 64900 /* Europe/Kyiv */
|
||||
|
||||
#endif /* FIREBIRD_TIME_ZONES_H */
|
||||
|
Loading…
Reference in New Issue
Block a user