On Mon, 3 May 2004 20:47:31 -0400, Vikram Kulkarni
<vkulkarn(at)brownforces(dot)org> wrote:
>test=# SELECT timeofday();
> timeofday
>-------------------------------------
> Wed Dec 31 16:00:00.591964 1969 PST
>(1 row)
>[...]
>That obviously doesn't look right. Isnt' timeofday() supposed to return
>the current time of day? The system clock is set correctly.
Vik, I guess that on your platform time_t is smaller than long. Please
compile and run the attached C program.
Servus
Manfred