Commit 3cea3a5f authored by Alex Villacís Lasso's avatar Alex Villacís Lasso Committed by Alexandre Julliard

Add ECT to timezone list.

parent 1a843b93
......@@ -132,6 +132,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"EST",
{'U','S',' ','E','a','s','t','e','r','n',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e','\0'}, 300, 0},
{"ECT",
{'E','a','s','t','e','r','n',' ','C','e','n','t','r','a','l',' ','S','t','a','n','d','a','r',
'd',' ','T','i','m','e','\0'}, 300, 0},
{"ADT",
{'A','t','l','a','n','t','i','c',' ','S','t','a','n','d','a','r','d',' ',
'T','i','m','e','\0'}, 180, 1},
......
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