IDT timezone

From: "Brandon Metcalf" <bmetcalf(at)nortel(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: IDT timezone
Date: 2006-04-21 15:40:47
Message-ID: Pine.LNX.4.58L.0604211036190.10958@cash.rhiamet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Basically, I have an application where I'm grabbing the timezone from
the output of date(1) and appending that to a timestamp before I do an
INSERT. In the situations where the timezone is IDT, the INSERT
fails.

--
Brandon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2006-04-21 16:04:21 Re: A few questions about ltree
Previous Message Tom Lane 2006-04-21 15:36:39 Re: Odd transaction timestamp sequence issue