Re: Bug#98565: postgresql logs notices with GMT timestamps in syslog (fwd)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Oliver Elphick" <olly@lfix.co.uk>
Cc: pgsql-hackers@postgresql.org
Date: 2001-05-24T12:03:30Z
Lists: pgsql-hackers
"Oliver Elphick" <olly@lfix.co.uk> writes: > Notices are being timestamped in GMT in the syslog, instead of local > time like all other log entries. Here's a fragment from my syslog: Curious. I always assumed that syslog timestamps were supplied by the syslog daemon, but to make this happen they'd have to be supplied in the syslog client process (viz. the Postgres process). What timezone is the Postgres backend being run in, and is it different from all the other syslog clients on the system? regards, tom lane