Re: Can postgresql ignore DST ?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Can postgresql ignore DST ?
Дата
Msg-id c7596dea-48d6-ff4a-2582-aa292b5ac1a6@hogranch.com
обсуждение исходный текст
Ответ на Re: Can postgresql ignore DST ?  (Venkata B Nagothi <nag1010@gmail.com>)
Список pgsql-general
On 12/14/2017 9:17 PM, Venkata B Nagothi wrote:

On Fri, Dec 15, 2017 at 3:23 PM, Ben Madin <ben@ausvet.com.au> wrote:
I'd be a little worried that if you set timezone = 11 for Australia/Sydney you are embedding the daylight savings value, not the standard time value (UTC+10)

Totally agree. We have a weird situation where-in i had to do this and i would like to learn the impact on the data, i hope it would not fiddle the existing data. We are currently experimenting this.
 


in PostgreSQL, fields that are type TIMESTAMP WITH TIME ZONE convert all input time values to UTC, and store it in an internal representation, and on output, they are converted to the client's current TIMEZONE.


-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Venkata B Nagothi
Дата:
Сообщение: Re: Can postgresql ignore DST ?
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Can postgresql ignore DST ?