-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
Date and time functions like current_time return the client machine's
time. Is there a way of getting the database server's time? I have a
situation that requires comparison of a date stamp on records with
"today", but I need to avoid the possibility of a user changing their
computer's clock time.
- [GENERAL] Server timestamp Chris Bartlett
- Re: [GENERAL] Server timestamp Craig Ringer
- Re: [GENERAL] Server timestamp Scott Marlowe