mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Added new time zones.
This commit is contained in:
parent
f6cda2a693
commit
805dee4d0b
@ -1052,6 +1052,8 @@ Below is the list of time zone region names and IDs.
|
|||||||
- W-SU (64906)
|
- W-SU (64906)
|
||||||
- WET (64905)
|
- WET (64905)
|
||||||
- Zulu (64904)
|
- Zulu (64904)
|
||||||
|
- America/Nuuk (64903)
|
||||||
|
- Asia/Qostanay (64902)
|
||||||
|
|
||||||
|
|
||||||
Author:
|
Author:
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
// The content of this file is generated with help of macro TZ_UPDATE.
|
// The content of this file is generated with help of macro TZ_UPDATE.
|
||||||
|
|
||||||
// The content of this file is generated with help of macro TZ_UPDATE.
|
|
||||||
|
|
||||||
static const UChar TZSTR_0[] = {'G', 'M', 'T', '\0'};
|
static const UChar TZSTR_0[] = {'G', 'M', 'T', '\0'};
|
||||||
static const UChar TZSTR_1[] = {'A', 'C', 'T', '\0'};
|
static const UChar TZSTR_1[] = {'A', 'C', 'T', '\0'};
|
||||||
static const UChar TZSTR_2[] = {'A', 'E', 'T', '\0'};
|
static const UChar TZSTR_2[] = {'A', 'E', 'T', '\0'};
|
||||||
@ -634,6 +632,8 @@ static const UChar TZSTR_628[] = {'V', 'S', 'T', '\0'};
|
|||||||
static const UChar TZSTR_629[] = {'W', '-', 'S', 'U', '\0'};
|
static const UChar TZSTR_629[] = {'W', '-', 'S', 'U', '\0'};
|
||||||
static const UChar TZSTR_630[] = {'W', 'E', 'T', '\0'};
|
static const UChar TZSTR_630[] = {'W', 'E', 'T', '\0'};
|
||||||
static const UChar TZSTR_631[] = {'Z', 'u', 'l', 'u', '\0'};
|
static const UChar TZSTR_631[] = {'Z', 'u', 'l', 'u', '\0'};
|
||||||
|
static const UChar TZSTR_632[] = {'A', 'm', 'e', 'r', 'i', 'c', 'a', '/', 'N', 'u', 'u', 'k', '\0'};
|
||||||
|
static const UChar TZSTR_633[] = {'A', 's', 'i', 'a', '/', 'Q', 'o', 's', 't', 'a', 'n', 'a', 'y', '\0'};
|
||||||
|
|
||||||
// Do not change order of items in this array! The index corresponds to a TimeZone ID, which must be fixed!
|
// Do not change order of items in this array! The index corresponds to a TimeZone ID, which must be fixed!
|
||||||
static const TimeZoneDesc TIME_ZONE_LIST[] = {
|
static const TimeZoneDesc TIME_ZONE_LIST[] = {
|
||||||
@ -1268,5 +1268,7 @@ static const TimeZoneDesc TIME_ZONE_LIST[] = {
|
|||||||
{"VST", TZSTR_628},
|
{"VST", TZSTR_628},
|
||||||
{"W-SU", TZSTR_629},
|
{"W-SU", TZSTR_629},
|
||||||
{"WET", TZSTR_630},
|
{"WET", TZSTR_630},
|
||||||
{"Zulu", TZSTR_631}
|
{"Zulu", TZSTR_631},
|
||||||
|
{"America/Nuuk", TZSTR_632},
|
||||||
|
{"Asia/Qostanay", TZSTR_633}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user