Re: epoch and timezone changed bevior

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Willy-Bas Loos <willybas(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: epoch and timezone changed bevior
Date: 2015-09-24 14:40:11
Message-ID: 56040B4B.5030206@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/24/2015 07:01 AM, Willy-Bas Loos wrote:
> =# show timezone;
> TimeZone
> -----------
> localtime
> (1 row)
>
>

This sounded familiar:

http://www.postgresql.org/message-id/m3616t3m5d.fsf@carbon.jhcloos.org

From there, per Tom Lane:

select * from pg_settings where name = 'TimeZone';

This will show what is actually supplying the timezone value from the
Postgres side.

Might be easiest to just set timezone in postgresql.conf to what you
want it to be.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2015-09-24 14:47:23 Re: epoch and timezone changed bevior
Previous Message Adrian Klaver 2015-09-24 14:27:04 Re: epoch and timezone changed bevior