From d1c74586439f8dc45e2286edc633f5fbe8a93a3f Mon Sep 17 00:00:00 2001 From: Kieran Clancy Date: Thu, 3 Nov 2005 13:21:23 +0000 Subject: [PATCH] Added another CST (Australian Central Daylight Time) to TZ_INFO. --- dlls/ntdll/time.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c index ace1514dadb..158da62e46c 100644 --- a/dlls/ntdll/time.c +++ b/dlls/ntdll/time.c @@ -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}, -- 2.11.4.GIT