Erez Volk : ntdll: Added IDT Timezone (Israel daylight savings time).

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 16 09:10:24 CDT 2007


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

Author: Erez Volk <erez.volk at gmail.com>
Date:   Tue May 15 20:43:51 2007 +0300

ntdll: Added IDT Timezone (Israel daylight savings 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 30c71db..1159a89 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -233,6 +233,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
    {"IST",
     {'I','s','r','a','e','l',' ','S','t','a','n','d','a','r','d',' ','T','i',
      'm','e','\0'}, -120, 0},
+   {"IDT",
+    {'I','s','r','a','e','l',' ','S','t','a','n','d','a','r','d',' ','T','i',
+     'm','e','\0'}, -180, 1},
    {"MSK",
     {'R','u','s','s','i','a','n',' ','S','t','a','n','d','a','r','d',' ','T',
      'i','m','e','\0'}, -180, 0},




More information about the wine-cvs mailing list