Re: DST question - Mailing list pgsql-novice

From Tom Lane
Subject Re: DST question
Date
Msg-id 19209.1191262187@sss.pgh.pa.us
Whole thread Raw
In response to DST question  ("Wright, George" <George.Wright@infimatic.com>)
List pgsql-novice
"Wright, George" <George.Wright@infimatic.com> writes:
> I am trying to get Daylight Savings Time working for the EAST Brazilian
> time zone. In Brazil for 2007, the DST change occurs on Oct. 13-14.

You need a newer version of the zic timezone database.  Way newer --- it
looks to me like the first version of the zic files that knows the above
rules is 2007h, which was released today.  You'd need to grab
ftp://elsie.nci.nih.gov/pub/tzdata2007h.tar.gz, feed it through zic,
and put the files into place in the Postgres installation tree.

<rant>
Suggestion: lobby your politicians to set DST transition dates more than
just a month in advance.  Or even (heaven forbid) have a law that stays
the same for years at a time.  Don't they realize that people have
better things to do than scramble to update their equipment at the last
minute?
</rant>

            regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] PG on NFS may be just a bad idea
Next
From: "Wright, George"
Date:
Subject: Re: DST question