diff options
Diffstat (limited to 'ext/date/lib/timezonemap.h')
| -rw-r--r-- | ext/date/lib/timezonemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/timezonemap.h b/ext/date/lib/timezonemap.h index 00a66d637..8916c7993 100644 --- a/ext/date/lib/timezonemap.h +++ b/ext/date/lib/timezonemap.h @@ -786,7 +786,6 @@ { "est", 0, -18000, "America/Thunder_Bay" }, { "est", 0, -18000, "America/Toronto" }, { "est", 0, -18000, "Canada/Eastern" }, - { "est", 0, -18000, "CST6CDT" }, { "est", 0, -18000, "EST" }, { "est", 0, -18000, "EST5EDT" }, { "est", 0, -18000, "Jamaica" }, @@ -1621,6 +1620,7 @@ { "r", 0, -18000, NULL }, { "s", 0, -21600, NULL }, { "t", 0, -25200, NULL }, + { "utc", 0, 0, "UTC" }, { "u", 0, -28800, NULL }, { "v", 0, -32400, NULL }, { "w", 0, -36000, NULL }, |
