Opened 12 years ago
Closed 12 years ago
#4411 closed Patches (fixed)
date_time missing "Australia/Eucla" time zone
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | time zone australia eucla | 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 Australia/Eucla as follows:
Zone Australia/Eucla 8:35:28 - LMT 1895 Dec 8:45 Aus CWST 1943 Jul 8:45 AW CWST
To rectify this, the following line needs to be added to the date_time_zonespec.csv file:
"Australia/Eucla","CWST","CWST","","","+08:45:00","+00:00:00","","","","+00:00:00"
Attachments (1)
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Milestone: | Boost 1.44.0 → To Be Determined |
---|---|
Type: | Bugs → Patches |
Version: | Boost 1.44.0 → Boost Development Trunk |
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I just noticed that the tz database shows DST rules for Eucla and Perth which are also not represented in date_time_zonespec.csv.
Does an automated way exist to parse the tz database to create a new date_time_zonespec.csv file?