Michael Zoet <[email protected]> writes: > Is there a way to convince Postgres to write the date/time with > numerical time zone values to the log files?
Try something like log_timezone = '<-0400>+4' See the discussion of POSIX timezone names here: http://www.postgresql.org/docs/9.4/static/datatype-datetime.html#DATATYPE-TIMEZONES regards, tom lane -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
