pgsql: Update timezone data files to release 2005m of the zic database.

Started by Tom Lanealmost 21 years ago4 messageshackerscomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us
hackerscomitters

Log Message:
-----------
Update timezone data files to release 2005m of the zic database.
Among other changes, this reflects the recently passed change in USA
daylight savings rules.

Modified Files:
--------------
pgsql/src/timezone/data:
africa (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/africa.diff?r1=1.1&r2=1.2)
antarctica (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/antarctica.diff?r1=1.1&r2=1.2)
asia (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/asia.diff?r1=1.2&r2=1.3)
australasia (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/australasia.diff?r1=1.1&r2=1.2)
backward (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/backward.diff?r1=1.2&r2=1.3)
etcetera (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/etcetera.diff?r1=1.1&r2=1.2)
europe (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/europe.diff?r1=1.2&r2=1.3)
iso3166.tab (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/iso3166.tab.diff?r1=1.2&r2=1.3)
leapseconds (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/leapseconds.diff?r1=1.2&r2=1.3)
northamerica (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/northamerica.diff?r1=1.2&r2=1.3)
solar87 (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/solar87.diff?r1=1.1&r2=1.2)
solar88 (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/solar88.diff?r1=1.1&r2=1.2)
solar89 (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/solar89.diff?r1=1.1&r2=1.2)
southamerica (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/southamerica.diff?r1=1.2&r2=1.3)
yearistype.sh (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/yearistype.sh.diff?r1=1.1&r2=1.2)
zone.tab (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/zone.tab.diff?r1=1.2&r2=1.3)

#2Michael Fuhr
mike@fuhr.org
In reply to: Tom Lane (#1)
hackerscomitters
Re: pgsql: Update timezone data files to release 2005m of the zic database

On Wed, Sep 07, 2005 at 18:39:26 -0300 (ADT), Tom Lane wrote:

Update timezone data files to release 2005m of the zic database.
Among other changes, this reflects the recently passed change in USA
daylight savings rules.

Looks like some horology tests need to be updated as well. Example:

http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=viper&dt=2005-09-07%2023:10:02

--
Michael Fuhr

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Fuhr (#2)
hackerscomitters
Re: [COMMITTERS] pgsql: Update timezone data files to release 2005m of the zic database

Michael Fuhr <mike@fuhr.org> writes:

On Wed, Sep 07, 2005 at 18:39:26 -0300 (ADT), Tom Lane wrote:

Update timezone data files to release 2005m of the zic database.
Among other changes, this reflects the recently passed change in USA
daylight savings rules.

Looks like some horology tests need to be updated as well. Example:

Ooops, didn't occur to me to check the regression tests :-(

The comments added in the zic database point out that Congress reserved
the right to undo this change if the administration couldn't prove a
sufficient energy savings. Ignoring the point that all the transition
costs would have to be paid over again to undo the law change
(commentary suppressed by sheer force of will), should we consider
modifying the regression tests to be unaffected, rather than just
updating the expected outputs? The original test author certainly
wasn't expecting dates in March to be affected by DST.

regards, tom lane

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Fuhr (#2)
hackerscomitters
Re: pgsql: Update timezone data files to release 2005m of the zic database

Michael Fuhr <mike@fuhr.org> writes:

On Wed, Sep 07, 2005 at 18:39:26 -0300 (ADT), Tom Lane wrote:

Update timezone data files to release 2005m of the zic database.
Among other changes, this reflects the recently passed change in USA
daylight savings rules.

Looks like some horology tests need to be updated as well. Example:
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=viper&amp;dt=2005-09-07%2023:10:02

Done. Sorry for not thinking to check the regression tests ...

regards, tom lane