8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00

Update tzdata to version 2022g. (#7403)

Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-01 08:38:27 -03:00 committed by GitHub
parent 41df3a0cd9
commit adf3231293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
2022f
2022g

View File

@ -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
};

View File

@ -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 */