Re: [BUGS] Bug #803: Problem with timestamp conversion

2002-10-23 Thread Tom Lane
[EMAIL PROTECTED] writes: > SELECT * FROM Noticia WHERE data >= CURRENT_DATE - 10 > and returns: Unable to convert data to tm. Curious. This seems to indicate that mktime() is failing, which as far as I can see it should not do. Is 13/10/2002 a daylight-savings transition day in your timezone?

[BUGS] Bug #803: Problem with timestamp conversion

2002-10-23 Thread pgsql-bugs
Osmar Junior Klock ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Problem with timestamp conversion Long Description I tried SELECT * FROM Noticia WHERE data >= CURRENT_DATE - 10 and returns: Unable to convert data to tm. Howe