Add some missing timezones.

This commit is contained in:
Mike McCormack 2005-11-08 10:57:50 +00:00 committed by Alexandre Julliard
parent ad583f74c0
commit 5b40551458
1 changed files with 42 additions and 0 deletions

View File

@ -100,6 +100,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"HST", {"HST",
{'H','a','w','a','i','i','a','n',' ','S','t','a','n','d','a','r','d',' ', {'H','a','w','a','i','i','a','n',' ','S','t','a','n','d','a','r','d',' ',
'T','i','m','e','\0'}, 600, 0}, 'T','i','m','e','\0'}, 600, 0},
{"AKST",
{'A','l','a','s','k','a','n',' ','S','t','a','n','d','a','r','d',' ',
'T','i','m','e',0}, 540, 0 },
{"AKDT", {"AKDT",
{'A','l','a','s','k','a','n',' ','S','t','a','n','d','a','r','d',' ','T', {'A','l','a','s','k','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, 480, 1}, 'i','m','e','\0'}, 480, 1},
@ -124,6 +127,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"COT", {"COT",
{'S','A',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r', {'S','A',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e','\0'}, 300, 0}, 'd',' ','T','i','m','e','\0'}, 300, 0},
{"PET",
{'S','A',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e',0}, 300, 0 },
{"EDT", {"EDT",
{'E','a','s','t','e','r','n',' ','S','t','a','n','d','a','r','d',' ','T', {'E','a','s','t','e','r','n',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, 240, 1}, 'i','m','e','\0'}, 240, 1},
@ -142,9 +148,18 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"CLT", {"CLT",
{'P','a','c','i','f','i','c',' ','S','A',' ','S','t','a','n','d','a','r', {'P','a','c','i','f','i','c',' ','S','A',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e','\0'}, 240, 0}, 'd',' ','T','i','m','e','\0'}, 240, 0},
{"CLST",
{'P','a','c','i','f','i','c',' ','S','A',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e',0}, 180, 1},
{"AST",
{'A','t','l','a','n','t','i','c',' ','S','t','a','n','d','a','r','d',' ',
'T','i','m','e',0}, 240, 0 },
{"NDT", {"NDT",
{'N','e','w','f','o','u','n','d','l','a','n','d',' ','S','t','a','n','d', {'N','e','w','f','o','u','n','d','l','a','n','d',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, 150, 1}, 'a','r','d',' ','T','i','m','e','\0'}, 150, 1},
{"NST",
{'N','e','w','f','o','u','n','d','l','a','n','d',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e',0}, 210, 0 },
{"BRT", {"BRT",
{'B','r','a','z','i','l','i','a','n',' ','S','t','a','n','d','a','r','d', {'B','r','a','z','i','l','i','a','n',' ','S','t','a','n','d','a','r','d',
' ','T','i','m','e','\0'}, 180, 0}, ' ','T','i','m','e','\0'}, 180, 0},
@ -160,6 +175,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"GST", {"GST",
{'M','i','d','-','A','t','l','a','n','t','i','c',' ','S','t','a','n','d', {'M','i','d','-','A','t','l','a','n','t','i','c',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, 120, 0}, 'a','r','d',' ','T','i','m','e','\0'}, 120, 0},
{"AZOT",
{'A','z','o','r','e','s',' ','S','t','a','n','d','a','r','d',' ','T','i',
'm','e',0}, 60, 0},
{"AZOST", {"AZOST",
{'A','z','o','r','e','s',' ','S','t','a','n','d','a','r','d',' ','T','i', {'A','z','o','r','e','s',' ','S','t','a','n','d','a','r','d',' ','T','i',
'm','e','\0'}, 0, 1}, 'm','e','\0'}, 0, 1},
@ -228,12 +246,18 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"EAT", {"EAT",
{'E','.',' ','A','f','r','i','c','a',' ','S','t','a','n','d','a','r','d', {'E','.',' ','A','f','r','i','c','a',' ','S','t','a','n','d','a','r','d',
' ','T','i','m','e','\0'}, -180, 0}, ' ','T','i','m','e','\0'}, -180, 0},
{"IRST",
{'I','r','a','n',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e',
0},-210, 0 },
{"IRST", {"IRST",
{'I','r','a','n',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e', {'I','r','a','n',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e',
'\0'}, -270, 1}, '\0'}, -270, 1},
{"GST", {"GST",
{'A','r','a','b','i','a','n',' ','S','t','a','n','d','a','r','d',' ','T', {'A','r','a','b','i','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, -240, 0}, 'i','m','e','\0'}, -240, 0},
{"AZT",
{'C','a','u','c','a','s','u','s',' ','S','t','a','n','d','a','r','d',' ',
'T','i','m','e',0}, -240, 0 },
{"AZST", {"AZST",
{'C','a','u','c','a','s','u','s',' ','S','t','a','n','d','a','r','d',' ', {'C','a','u','c','a','s','u','s',' ','S','t','a','n','d','a','r','d',' ',
'T','i','m','e','\0'}, -300, 1}, 'T','i','m','e','\0'}, -300, 1},
@ -270,9 +294,15 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"ICT", {"ICT",
{'S','E',' ','A','s','i','a',' ','S','t','a','n','d','a','r','d',' ','T', {'S','E',' ','A','s','i','a',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, -420, 0}, 'i','m','e','\0'}, -420, 0},
{"KRAT",
{'N','o','r','t','h',' ','A','s','i','a',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e',0}, -420, 0},
{"KRAST", {"KRAST",
{'N','o','r','t','h',' ','A','s','i','a',' ','S','t','a','n','d','a','r', {'N','o','r','t','h',' ','A','s','i','a',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e','\0'}, -480, 1}, 'd',' ','T','i','m','e','\0'}, -480, 1},
{"IRKT",
{'N','o','r','t','h',' ','A','s','i','a',' ','E','a','s','t',' ','S','t',
'a','n','d','a','r','d',' ','T','i','m','e',0}, -480, 0},
{"CST", {"CST",
{'C','h','i','n','a',' ','S','t','a','n','d','a','r','d',' ','T','i','m', {'C','h','i','n','a',' ','S','t','a','n','d','a','r','d',' ','T','i','m',
'e','\0'}, -480, 0}, 'e','\0'}, -480, 0},
@ -309,9 +339,18 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"GST", {"GST",
{'W','e','s','t',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d', {'W','e','s','t',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -600, 0}, 'a','r','d',' ','T','i','m','e','\0'}, -600, 0},
{"VLAT",
{'V','l','a','d','i','v','o','s','t','o','k',' ','S','t','a','n','d','a',
'r','d',' ','T','i','m','e',0}, -600, 0 },
{"ChST",
{'W','e','s','t',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e',0}, -600, 0},
{"VLAST", {"VLAST",
{'V','l','a','d','i','v','o','s','t','o','k',' ','S','t','a','n','d','a', {'V','l','a','d','i','v','o','s','t','o','k',' ','S','t','a','n','d','a',
'r','d',' ','T','i','m','e','\0'}, -660, 1}, 'r','d',' ','T','i','m','e','\0'}, -660, 1},
{"MAGT",
{'C','e','n','t','r','a','l',' ','P','a','c','i','f','i','c',' ','S','t',
'a','n','d','a','r','d',' ','T','i','m','e',0}, -660, 0},
{"MAGST", {"MAGST",
{'C','e','n','t','r','a','l',' ','P','a','c','i','f','i','c',' ','S','t', {'C','e','n','t','r','a','l',' ','P','a','c','i','f','i','c',' ','S','t',
'a','n','d','a','r','d',' ','T','i','m','e','\0'}, -720, 1}, 'a','n','d','a','r','d',' ','T','i','m','e','\0'}, -720, 1},
@ -327,6 +366,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"TOT", {"TOT",
{'T','o','n','g','a',' ','S','t','a','n','d','a','r','d',' ','T','i','m', {'T','o','n','g','a',' ','S','t','a','n','d','a','r','d',' ','T','i','m',
'e','\0'}, -780, 0}, 'e','\0'}, -780, 0},
{"NOVT",
{'N','.',' ','C','e','n','t','r','a','l',' ','A','s','i','a',' ','S','t',
'a','n','d','a','r','d',' ','T','i','m','e',0 }, -360, 0},
{"NOVT", {"NOVT",
{'N','o','v','o','s','i','b','i','r','s','k',' ','S','t','a','n','d','a', {'N','o','v','o','s','i','b','i','r','s','k',' ','S','t','a','n','d','a',
'r','d',' ','T','i','m','e','\0'}, -360, 1}, 'r','d',' ','T','i','m','e','\0'}, -360, 1},