Re: Timezone database changes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Timezone database changes
Дата
Msg-id 16109.1192026644@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Timezone database changes  (Aidan Van Dyk <aidan@highrise.ca>)
Ответы Re: Timezone database changes  (Bruce Momjian <bruce@momjian.us>)
Re: Timezone database changes  ("Trevor Talbot" <quension@gmail.com>)
Список pgsql-hackers
Aidan Van Dyk <aidan@highrise.ca> writes:
> * Peter Eisentraut <peter_e@gmx.net> [071010 09:58]:
>> If we make an appointment at 12-November-2007 at 10:00 CET (winter time) and
>> next week those in charge decide to postpone the change to winter time from 
>> 28-October-2007 to 25-November-2007, what becomes of the appointment?  Do we
>> still meet when the hands point to "10", or when?

> And to make matters worse, what if your appointment includes a audio(or
> video) conference with colleagues sitting in London, who you've told to
> meet at 16:00 (OK, my timezones/daylight savings, etc may be off)

Exactly ... there is more than one right answer here.  The answer that
PG's TIMESTAMP WITH TIME ZONE code deems to be right is that UTC is
reality.  That's a definition that is indeed useful for a wide variety
of real-world problems.  In a lot of cases where it's not so useful,
TIMESTAMP WITHOUT TIME ZONE does the right thing.  I'm not sure that
there's a significant use-case for a third behavior, and I definitely
don't think you can make an argument from first principles that the
UTC-based definition is wrong.

(FWIW, Red Hat has been struggling with this exact problem of
cross-time-zone meeting times for some years now, and has pretty much
arrived at the conclusion that company meeting times are to be defined
in UTC...)

The arguments that have been made for storing a zone along with the UTC
value seem to mostly boil down to "it should present the value the same
way I entered it", but if you accept that argument then why do we have
DateStyle?  If it's OK to regurgitate "11-12-2007" as "2007-12-11",
I'm not clear on why adjusting timezone isn't OK.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Skytools committed without hackers discussion/review
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Skytools committed without hackers discussion/review