Re: [GENERAL] IDT timezone

2006-04-22 Thread Andrew - Supernews
On 2006-04-21, "Brandon Metcalf" <[EMAIL PROTECTED]> wrote: > 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

Re: [GENERAL] IDT timezone

2006-04-21 Thread Brandon Metcalf
t == [EMAIL PROTECTED] writes: t> "Brandon Metcalf" <[EMAIL PROTECTED]> writes: t> > What is the best way to handle timestamps with a timezone of IDT? I t> > see that I could modify src/backend/utils/adt/datetime.c to support t> > IDT, but what is the best solution? t> Right at the moment,

Re: [GENERAL] IDT timezone

2006-04-21 Thread Tom Lane
"Brandon Metcalf" <[EMAIL PROTECTED]> 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 t

[GENERAL] IDT timezone

2006-04-21 Thread Brandon Metcalf
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