From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
Cc: | "Dann Corbit" <DCorbit(at)connx(dot)com>, "Hackers" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [pgsql-hackers-win32] Weird new time zone |
Date: | 2004-07-16 13:23:01 |
Message-ID: | 19994.1089984181@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
>> I thought the issue under question was to find out what the
>> time zone was.
> Nope, we already had that. The issue is that the names are not the same
> as the one used in zic/unix, so there is nothing to match on.
Right. The problem we are actually faced with is to identify which of
the zic timezones is the best match for the system's timezone setting.
One of the issues is that it's not clear what "best" means...
At the moment I like Oliver Jowett's idea of defining "best" as "the one
that matches furthest back".
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-07-16 13:29:53 | Re: serverlog rotation/functions |
Previous Message | Magnus Hagander | 2004-07-16 11:02:17 | Re: [pgsql-hackers-win32] Weird new time zone |