Re: [BUGS] Bug #780: Timestamp shifted by one minute

2002-09-26 Thread Tom Lane
[EMAIL PROTECTED] writes: > Timestamp shifted by one minute [ in locally-built PG ] Do you have CFLAGS set in your environment, and if so how? This sounds quite a bit like the known problems with -ffast-math, though I have not heard this exact complaint before. If you built with -ffast-math the

[BUGS] Bug #780: Timestamp shifted by one minute

2002-09-26 Thread pgsql-bugs
Rob Abbot ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Timestamp shifted by one minute Long Description The output of the code below is: 25/09/02 23:59:00 *NOT* 26/09/02 00:00:00 which is timeshifted backward by 1 minute