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

Merge pull request #7023 from FirebirdSQL/work/tzdata-update-master

Update tzdata to version 2021a2.
This commit is contained in:
Adriano dos Santos Fernandes 2021-10-23 10:37:59 -03:00 committed by GitHub
commit c6ea716fae
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 @@
2021a1
2021a2

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 = "2021a1";
static const char* BUILTIN_TIME_ZONE_VERSION = "2021a2";
// 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[] = {
@ -637,5 +637,6 @@ static const char* BUILTIN_TIME_ZONE_LIST[] = {
"WET", // fb_tzid_wet - 64905
"Zulu", // fb_tzid_zulu - 64904
"America/Nuuk", // fb_tzid_america_nuuk - 64903
"Asia/Qostanay" // fb_tzid_asia_qostanay - 64902
"Asia/Qostanay", // fb_tzid_asia_qostanay - 64902
"Pacific/Kanton" // fb_tzid_pacific_kanton - 64901
};

View File

@ -637,5 +637,6 @@
#define fb_tzid_zulu 64904 /* Zulu */
#define fb_tzid_america_nuuk 64903 /* America/Nuuk */
#define fb_tzid_asia_qostanay 64902 /* Asia/Qostanay */
#define fb_tzid_pacific_kanton 64901 /* Pacific/Kanton */
#endif /* FIREBIRD_TIME_ZONES_H */