From 14a32754362d3afa36e40d928fc91a43051ce317 Mon Sep 17 00:00:00 2001 From: Erez Volk Date: Tue, 15 May 2007 20:43:51 +0300 Subject: [PATCH] ntdll: Added IDT Timezone (Israel daylight savings time). --- dlls/ntdll/time.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c index 30c71db2c7a..1159a89bcbd 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},