On Fri, Oct 22, 2004 at 16:28:12 +0200, Dennis Bjorklund <[EMAIL PROTECTED]> wrote: > On Fri, 22 Oct 2004, Tom Lane wrote: > > > As far as I can tell, Dennis is planning slavish adherence to the spec, > > which will mean that the datatype is unable to cope effectively with > > daylight-savings issues. So I'm unconvinced that it will be very > > helpful to you for remembering local time in addition to true > > (universal) time. > > And exactly what issues is it that you see? The only thing I can think of > is if you have a timestamp and then add an interval to it so we jump past > the daylight saving time change date. Then the new timestamp will keep the > old timezone data of say +01 even though we now have jumped into the > daylight saving period of +02.
I think for just storing values you are fine. When it comes to adding or subtracting intervals you might get some unexpected results. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly