Subject | Re: Time zone offset in select |
---|---|
Author | Adam |
Post date | 2006-06-18T12:06:34Z |
> >Surely you can't just trust what the client says UTC should be? I have
> Surely time offset must be in the client not the server.
> Mick
seen installs where the clocks are out by hours because they haven't
set the right timezone. When collecting information from many
different clients, you want some standardisation (hopefully an
internet synced clock on the database server).
I could make a good case that CURRENT_UTC would be more useful than
CURRENT_TIMESTAMP. The client machines could then calculate local time
from stored time + tz offset + dst bias.
Adam