Harry McNally : ntdll: Add Western Australia Summer Time.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 10 15:47:31 CST 2007


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

Author: Harry McNally <harrymc at decisions-and-designs.com.au>
Date:   Wed Jan 10 20:49:53 2007 +0900

ntdll: Add Western Australia Summer Time.

---

 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 54d4adc..418cf2e 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -320,6 +320,9 @@ static const struct tagTZ_INFO TZ_INFO[]
    {"WST",
     {'W','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
      'a','r','d',' ','T','i','m','e','\0'}, -480, 0},
+   {"WST",
+    {'W','.',' ','A','u','s','t','r','a','l','i','a',' ','S','u','m','m','e',
+     'r',' ','T','i','m','e','\0'}, -540, 1},
    {"JST",
     {'T','o','k','y','o',' ','S','t','a','n','d','a','r','d',' ','T','i','m',
      'e','\0'}, -540, 0},




More information about the wine-cvs mailing list