Konstantin Kondratyuk : ntdll: Add Samara time zone.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 25 07:44:10 CDT 2007


Module: wine
Branch: master
Commit: b7c38b0d755b6d4248c8caa930445d2a563d524b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b7c38b0d755b6d4248c8caa930445d2a563d524b

Author: Konstantin Kondratyuk <kondratyuk at etersoft.ru>
Date:   Tue Jul 24 08:57:55 2007 +0400

ntdll: Add Samara time zone.

---

 dlls/ntdll/time.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c
index 08e09b0..256be42 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -277,7 +277,10 @@ static const struct tagTZ_INFO TZ_INFO[] =
      '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},
+     'm','e','(','W','i','n','t','e','r',')','\0'}, -240, 0},
+   {"SAMST",
+    {'S','a','m','a','r','a',' ','D','a','y','l','i','g','h','t',' ','T','i',
+     'm','e','(','S','u','m','m','e','r',')','\0'}, -300, 1},
    {"YEKT",
     {'U','r','a','l','s',' ','S','t','a','n','d','a','r','d',
      ' ','T','i','m','e',' ','(','W','i','n','t','e','r',')','\0'}, -300, 0},




More information about the wine-cvs mailing list