Opened 12 years ago
Closed 5 years ago
#4430 closed Bugs (fixed)
date_time missing "America/Toronto" time zone
Reported by: | Owned by: | James E. King, III | |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | date_time |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | time zone | Cc: |
Description
The Australia/Eucla time zone from the tz (zoneinfo) database is not represented in the date_time_zonespec.csv file.
The tz database lists America/Toronto as follows:
# Zone NAME GMTOFF RULES FORMAT [UNTIL] Zone America/Toronto -5:17:32 - LMT 1895 -5:00 Canada E%sT 1919 -5:00 Toronto E%sT 1942 Feb 9 2:00s -5:00 Canada E%sT 1946 -5:00 Toronto E%sT 1974 -5:00 Canada E%sT
Change History (3)
comment:1 by , 12 years ago
Component: | None → date_time |
---|---|
Keywords: | time zone added |
Owner: | set to |
comment:2 by , 5 years ago
Milestone: | Boost 1.44.0 → Boost 1.67.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix merged to master; resolved.
Note:
See TracTickets
for help on using tickets.
This was resolved in github PR 68:
https://github.com/boostorg/date_time/pull/68/files#diff-67aa5446e1888b2b6ca9574f0522b210R229