Add brazilian standard time.

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Wed Jan 5 14:29:06 CST 2005


Bug report 2638 reports that this time zone is missing.

http://bugs.winehq.org/show_bug.cgi?id=2638

Change log: Add brazilian standard time.

Files changed:  dlls/ntdll/time.c
-------------- next part --------------
Index: dlls/ntdll/time.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/time.c,v
retrieving revision 1.58
diff -u -r1.58 time.c
--- dlls/ntdll/time.c	13 Dec 2004 21:10:59 -0000	1.58
+++ dlls/ntdll/time.c	5 Jan 2005 20:24:42 -0000
@@ -147,6 +147,9 @@
    {"BRT",
     {'E','.',' ','S','o','u','t','h',' ','A','m','e','r','i','c','a',' ','S',
      't','a','n','d','a','r','d',' ','T','i','m','e','\0'}, 180, 0},
+   {"BRST",
+    {'E','.',' ','B','r','a','z','i','l','i','a','n',' ','S','t','a','n','d',
+     'a','r','d',' ','T','i','m','e','\0'}, 180, 0},
    {"ART",
     {'S','A',' ','E','a','s','t','e','r','n',' ','S','t','a','n','d','a','r',
      'd',' ','T','i','m','e','\0'}, 180, 0},


More information about the wine-patches mailing list