Re: Times and time zones

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: Times and time zones
Дата
Msg-id 5.2.1.1.0.20050720193421.03ef54d0@pop6.sympatico.ca
обсуждение исходный текст
Ответ на Times and time zones  (Lynna Landstreet <lynna@spidersilk.net>)
Ответы Re: Times and time zones
Список pgsql-php
At 07:27 PM 7/20/05, Lynna Landstreet wrote:
>I've set the datatype for all the time/date columns to timestamp with time
>zone, as it seems to be the only type that will store all the data I need,
>but I was thrown a bit by the fact that PostgreSQL apparently then converts
>all the times to GMT, setting the time zone to +00 accordingly. So if a user
>enters July 20, 2005, 6:30 pm EDT (Eastern daylight savings time), it's
>saved as 2005-07-20 22:30:00+00 rather than 2005-07-20 18:30:00-04.
>
>Now, this is fine for comparing different times internally, but it's not so
>good for outputting the times back to the user for them to view and edit.
>I've now created a second column for each time which saves the time zone
>they originally entered, but I'm having trouble converting the time back
>from GMT to the original. I need to write a PHP function


Why use php when sql will do the job?

http://www.postgresql.org/docs/7.4/interactive/functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT


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

Предыдущее
От: Lynna Landstreet
Дата:
Сообщение: Times and time zones
Следующее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: Times and time zones