Re: [BUGS] timestamp (minor bug)

2001-07-29 Thread Tom Lane
"And. Andruikhanov" <[EMAIL PROTECTED]> writes: > On Sun, 22 Jul 2001, Tom Lane wrote: >> "And. Andruikhanov" <[EMAIL PROTECTED]> writes: > Wrong result in timestamp value between "winter" and "summer" time: >> >> Could you trace through the timestamp conversion routines and determine >> exactly

Re: [BUGS] timestamp (minor bug)

2001-07-25 Thread And. Andruikhanov
On Sun, 22 Jul 2001, Tom Lane wrote: > "And. Andruikhanov" <[EMAIL PROTECTED]> writes: > > Wrong result in timestamp value between "winter" and "summer" time: > > Could you trace through the timestamp conversion routines and determine > exactly what's going wrong? The problem is most likely in o

Re: [BUGS] timestamp (minor bug)

2001-07-22 Thread Tom Lane
"And. Andruikhanov" <[EMAIL PROTECTED]> writes: > Wrong result in timestamp value between "winter" and "summer" time: Could you trace through the timestamp conversion routines and determine exactly what's going wrong? The problem is most likely in or near DetermineLocalTimeZone() in src/backend/