[BUGS] casting timeofday to timestamp broken under cygwin
Hi, I am unable to cast the output of timeofday() to a timestamp under postgresql 7.3.3-1 under cygwin. I can do so under 7.3.2 running on Linux. All the best, Tim Results as follows: Cygwin - Postgresql 7.3.3 -
[BUGS] casting timeofday() to timestamp boken under cygwin - Problem identified
Hi there, Regarding my last email. I have found the issue. Windows 2K is reporting the timezine as GMTDT (GMT, Dublin time... I think) and I don't believe Postgresql can understand this. See the following code segments: mcauleyt=# select timeofday(); timeofday ---