Re: epoch and timezone changed bevior

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: epoch and timezone changed bevior
Дата
Msg-id 56040B4B.5030206@aklaver.com
обсуждение исходный текст
Ответ на Re: epoch and timezone changed bevior  (Willy-Bas Loos <willybas@gmail.com>)
Ответы Re: epoch and timezone changed bevior
Список 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.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: epoch and timezone changed bevior
Следующее
От: Tom Lane
Дата:
Сообщение: Re: epoch and timezone changed bevior