ntdll: Add PYT and PYST time zones.

This commit is contained in:
Julio E. Gonzalez P 2007-07-04 20:52:29 -04:00 committed by Alexandre Julliard
parent def420262b
commit 5b98738c4d

View file

@ -168,6 +168,12 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"BRST",
{'B','r','a','z','i','l','i','a','n',' ','S','u','m','m','e','r',
' ','T','i','m','e','\0'}, 120, 1},
{"PYT",
{'P','a','r','a','g','u','a','y','a','n',' ',
'S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'}, 240, 0},
{"PYST",
{'P','a','r','a','g','u','a','y','a','n',' ','S','u','m','m','e','r',
' ','T','i','m','e','\0'}, 180, 1},
{"ART",
{'S','A',' ','E','a','s','t','e','r','n',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e','\0'}, 180, 0},