Re: Date Timezone

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Date Timezone
Дата
Msg-id 20071122212011.GN4903@alvh.no-ip.org
обсуждение исходный текст
Ответ на Date Timezone  ("Andrew Maclean" <andrew.amaclean@gmail.com>)
Список pgsql-general
Andrew Maclean wrote:
> I have a problem in that dates are stored as UTC in my dataase. I.e. without
> timezone.
>
> What I want to do: is to get this date from the server and add the server's
> current time zone to it. Then I will present a list of dates and times to
> the user in their time-zone.  How can I do this? I have been trying to get
> the timezone from now() and adding it but I can't see how.

alvherre=# select extract(timezone from now());
 date_part
-----------
    -10800
(1 row)

--
Alvaro Herrera                               http://www.PlanetPostgreSQL.org/
"Having your biases confirmed independently is how scientific progress is
made, and hence made our great society what it is today" (Mary Gardiner)

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

Предыдущее
От: "Andrew Maclean"
Дата:
Сообщение: Date Timezone
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Date Timezone