Added time zone information for SAMT (Samara Standard Time).
authorTony Lambregts <tony_lambregts@telusplanet.net>
Thu, 20 Jan 2005 10:52:57 +0000 (10:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Jan 2005 10:52:57 +0000 (10:52 +0000)
dlls/ntdll/time.c

index dbb315b89f067c4b17c7c78c21d8ee0945e2e9c1..e92c0fb01e9b8886baf52b672c0fb768836c55f9 100644 (file)
@@ -234,6 +234,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
    {"AFT",
     {'A','f','g','h','a','n','i','s','t','a','n',' ','S','t','a','n','d','a',
      'r','d',' ','T','i','m','e','\0'}, -270, 0},
+   {"SAMT",
+    {'S','a','m','a','r','a',' ','S','t','a','n','d','a','r','d',' ','T','i',
+     'm','e','\0'}, -270, 1},
    {"YEKST",
     {'E','k','a','t','e','r','i','n','b','u','r','g',' ','S','t','a','n','d',
      'a','r','d',' ','T','i','m','e','\0'}, -360, 1},