Add TZ_INFO entry to match (incorrect) Australian Eastern Daylight
authorTroy Rollo <wine@troy.rollo.name>
Thu, 27 Jan 2005 11:11:54 +0000 (11:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Jan 2005 11:11:54 +0000 (11:11 +0000)
Time information given by some systems.

dlls/ntdll/time.c

index e92c0fb01e9b8886baf52b672c0fb768836c55f9..db3f4c5aa9569c65c6371bf5d2dee5b52ec33c4e 100644 (file)
@@ -294,6 +294,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
    {"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},
+   {"EST",
+    {'E','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
+     'a','r','d',' ','T','i','m','e','\0'}, -660, 1},
    {"GST",
     {'W','e','s','t',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d',
      'a','r','d',' ','T','i','m','e','\0'}, -600, 0},