Commit 14a32754 authored by Erez Volk's avatar Erez Volk Committed by Alexandre Julliard

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

parent 7b8241b1
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment