Commit 5b98738c authored by Julio E. Gonzalez P's avatar Julio E. Gonzalez P Committed by Alexandre Julliard

ntdll: Add PYT and PYST time zones.

parent def42026
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment