Commit 4c801af4 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard

Added MSK timezone info.

parent b67b3c56
......@@ -201,6 +201,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"IST",
{'I','s','r','a','e','l',' ','S','t','a','n','d','a','r','d',' ','T','i',
'm','e','\0'}, -120, 0},
{"MSK",
{'R','u','s','s','i','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
'i','m','e','\0'}, -180, 0},
{"ADT",
{'A','r','a','b','i','c',' ','S','t','a','n','d','a','r','d',' ','T','i',
'm','e','\0'}, -240, 1},
......
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