Opened 12 years ago

Closed 12 years ago

#4411 closed Patches (fixed)

date_time missing "Australia/Eucla" time zone

Reported by: cory_pratt@… 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)

date_time_zonespec.diff (2.5 KB ) - added by Katie Chan 12 years ago.
Combined patch for #4754 & #4411

Download all attachments as: .zip

Change History (5)

comment:1 by cory_pratt@…, 12 years ago

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?

by Katie Chan, 12 years ago

Attachment: date_time_zonespec.diff added

Combined patch for #4754 & #4411

comment:2 by Katie Chan, 12 years ago

Milestone: Boost 1.44.0To Be Determined
Type: BugsPatches
Version: Boost 1.44.0Boost Development Trunk

comment:3 by Marshall Clow, 12 years ago

(In [71186]) Applied patch; Refs #4754 Refs #4411

comment:4 by Marshall Clow, 12 years ago

Resolution: fixed
Status: newclosed

(In [71249]) Merge fixes to release; Fixes #4411 Fixes #4574

Note: See TracTickets for help on using tickets.