Gabriel Gambetta : ntdll: Add Uruguayan Summer Time timezone.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 26 08:12:56 CDT 2007


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

Author: Gabriel Gambetta <ggambett at adinet.com.uy>
Date:   Sun Mar 25 14:33:20 2007 -0300

ntdll: Add Uruguayan Summer Time timezone.

---

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

diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c
index f34e43f..ffec919 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -394,6 +394,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
      ' ','T','i','m','e','\0'}, -480, 0},
    {"UYT",
     {'U','r','u','g','u','a','y','a','n',' ','T','i','m','e','\0'}, 180, 0},
+   {"UYST",
+    {'U','r','u','g','u','a','y','a','n',' ','S','u','m','m','e','r',' ','T',
+    'i','m','e','\0'}, 120, 1},
    {"MYT",
     {'M','a','l','a','y','s','i','a','n',' ','T','i','m','e','\0'}, -480, 0},
    {"PHT",




More information about the wine-cvs mailing list