ChangeSet ID: 21092 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/03 07:21:23
Modified files: dlls/ntdll : time.c
Log message: Kieran Clancy n0dalus+wine@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},