Re: how to show time zone with numerical offset in CSV log?

From: Michael Zoet <Michael(dot)Zoet(at)zoet(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how to show time zone with numerical offset in CSV log?
Date: 2015-09-22 15:05:21
Message-ID: 20150922170521.Horde.rfP_WZUEOylev7rgpN_OlQ1@server06.zoet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Tom,

> Michael Zoet <Michael(dot)Zoet(at)zoet(dot)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'

OK this points me in a directions I haven't read anything about in the
Postgres documentation so far.

Can you explain what '<-0400>+4' exactly means? And why the string
'<+0200>-2' prints the date & time with the correct time and +0200 for
my time zone CEST?

And how can this automatically be changed if Germany switches from
summer time (CEST with +0200) to winter time (CET +0100)?

>
> See the discussion of POSIX timezone names here:
> http://www.postgresql.org/docs/9.4/static/datatype-datetime.html#DATATYPE-TIMEZONES
>

I have read this several times today but really get no connections to
my problem on setting this for the date/time output on the log files.
But I am beginning to understand ;-).

THX
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Zoet 2015-09-22 15:16:38 Re: how to show time zone with numerical offset in CSV log?
Previous Message Tom Lane 2015-09-22 14:59:20 Re: pg_dump - postgre 9.2 and "server closed the connection unexpectedly"