I ran this command in the psql interpreter:
select current_timestamp;
and I compared it to the system's date function. PostgreSQL's time
is about 3 hours ahead of the system time! How can I synchronize the
times? Thanks!
Request notifications