Re: IDT timezone

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Brandon Metcalf" <bmetcalf(at)nortel(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: IDT timezone
Date: 2006-04-21 17:46:13
Message-ID: 12369.1145641573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Brandon Metcalf" <bmetcalf(at)nortel(dot)com> writes:
> What is the best way to handle timestamps with a timezone of IDT? I
> see that I could modify src/backend/utils/adt/datetime.c to support
> IDT, but what is the best solution?

Right at the moment, that's the only solution. We've wanted for awhile
to push the timezone abbreviations out to a configuration file so that
people could muck with them without rebuilding the server ... but it's
never gotten to the top of anyone's to-do list.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brandon Metcalf 2006-04-21 17:51:55 Re: IDT timezone
Previous Message Stephan Szabo 2006-04-21 16:33:14 Re: A few questions about ltree