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

This commit is contained in:
Erez Volk 2007-05-15 20:43:51 +03:00 committed by Alexandre Julliard
parent 7b8241b1ee
commit 14a3275436

View File

@ -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},