mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
ntdll: Added IDT Timezone (Israel daylight savings time).
This commit is contained in:
parent
7b8241b1ee
commit
14a3275436
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user