Recognize EET and EEST time zones
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -1407,6 +1407,7 @@ struct | ... | @@ -1407,6 +1407,7 @@ struct |
1407 | { "CST", "CDT", -6 }, | 1407 | { "CST", "CDT", -6 }, |
1408 | { "MST", "MDT", -7 }, | 1408 | { "MST", "MDT", -7 }, |
1409 | { "PST", "PDT", -8 }, | 1409 | { "PST", "PDT", -8 }, |
1410 | { "EET", "EEST", -2 }, | ||
1410 | { NULL, 0} | 1411 | { NULL, 0} |
1411 | }; | 1412 | }; |
1412 | 1413 | ... | ... |
-
Please register or sign in to post a comment