Commit 4f976741 authored by Konstantin Kondratyuk's avatar Konstantin Kondratyuk Committed by Alexandre Julliard

ntdll: Add Omsk time zone.

parent c05b43f4
......@@ -275,6 +275,12 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"YEKST",
{'U','r','a','l','s',' ','D','a','y','l','i','g','h','t',
' ','T','i','m','e',' ','(','S','u','m','m','e','r',')','\0'}, -360, 1},
{"OMST",
{'O','m','s','k',' ','S','t','a','n','d','a','r','d',
' ','T','i','m','e',' ','(','W','i','n','t','e','r',')','\0'}, -360, 0},
{"OMSST",
{'O','m','s','k',' ','D','a','y','l','i','g','h','t',
' ','T','i','m','e',' ','(','S','u','m','m','e','r',')','\0'}, -420, 1},
{"PKT",
{'W','e','s','t',' ','A','s','i','a',' ','S','t','a','n','d','a','r','d',
' ','T','i','m','e','\0'}, -300, 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