From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Roderick A(dot) Anderson" <raanders(at)acm(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Problems with Timezones in Australia |
Date: | 2008-10-16 13:37:23 |
Message-ID: | 13401.1224164243@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Roderick A. Anderson" <raanders(at)acm(dot)org> writes:
> Tom Lane wrote:
>> No, you're behind the times: 8.2.4 and 8.1.9 are too old to know about
>> this year's changes in southeast Australia DST laws. Which I imagine
>> is what's biting you.
> Doesn't Pg use tzdata (at least that's what it's called on for
> Redhat-ian distributions) for it's timezone information?
Yes. tzdata didn't know about those changes back then, either ;-)
If you meant to say "why aren't we using the system's copy of tzdata",
it's because we need to run on systems that don't have one. If you are
on a platform that uses the standard "Olsen" tz database and you have
confidence that it will get updated regularly, you can configure PG to
use that copy instead of its built-in copy ... but this isn't the
default.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2008-10-16 13:41:59 | Re: Problems with Timezones in Australia |
Previous Message | Marco Colombo | 2008-10-16 13:36:39 | Re: NATURAL JOINs |