Re: how to show time zone with numerical offset in CSV log? - Mailing list pgsql-general

From Tom Lane
Subject Re: how to show time zone with numerical offset in CSV log?
Date
Msg-id 4245.1442932001@sss.pgh.pa.us
Whole thread Raw
In response to Re: how to show time zone with numerical offset in CSV log?  (Michael Zoet <Michael.Zoet@zoet.de>)
Responses Re: how to show time zone with numerical offset in CSV log?
List pgsql-general
Michael Zoet <Michael.Zoet@zoet.de> 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


pgsql-general by date:

Previous
From: Willy-Bas Loos
Date:
Subject: could not load library liblwgeom-2.1.7.so
Next
From: Adrian Klaver
Date:
Subject: Re: how to show time zone with numerical offset in CSV log?