Added MSK timezone info.
authorVitaly Lipatov <lav@etersoft.ru>
Tue, 2 Nov 2004 19:25:05 +0000 (19:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Nov 2004 19:25:05 +0000 (19:25 +0000)
dlls/ntdll/time.c

index 26c5de0455813cf62227c711f135a03c6c1b89b1..b982cad6ffe6729ed0a3310c886660a1fb2e2d8a 100644 (file)
@@ -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},