wine/dlls/ntdll time.c

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 3 07:21:23 CST 2005


ChangeSet ID:	21092
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/03 07:21:23

Modified files:
	dlls/ntdll     : time.c 

Log message:
	Kieran Clancy <n0dalus+wine at gmail.com>
	Added another CST (Australian Central Daylight Time) to TZ_INFO.

Patch: http://cvs.winehq.org/patch.py?id=21092

Old revision  New revision  Changes     Path
 1.80          1.81          +3 -0       wine/dlls/ntdll/time.c

Index: wine/dlls/ntdll/time.c
diff -u -p wine/dlls/ntdll/time.c:1.80 wine/dlls/ntdll/time.c:1.81
--- wine/dlls/ntdll/time.c:1.80	3 Nov 2005 13:21:23 -0000
+++ wine/dlls/ntdll/time.c	3 Nov 2005 13:21:23 -0000
@@ -297,6 +297,9 @@ static const struct tagTZ_INFO TZ_INFO[]
    {"CST",
     {'C','e','n','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a',
      'n','d','a','r','d',' ','T','i','m','e','\0'}, -570, 0},
+   {"CST",
+    {'C','e','n','.',' ','A','u','s','t','r','a','l','i','a',' ','D','a','y',
+     'l','i','g','h','t',' ','T','i','m','e','\0'}, -630, 1},
    {"EST",
     {'E','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
      'a','r','d',' ','T','i','m','e','\0'}, -600, 0},



More information about the wine-cvs mailing list