Re: Timestamp/Timezone - does this make sense?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Timestamp/Timezone - does this make sense?
Дата
Msg-id 19579.1171441266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Timestamp/Timezone - does this make sense?  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
Ron Johnson <ron.l.johnson@cox.net> writes:
> I think he's asking why:
>     select timestamp with time zone '2007-01-01'
>         at time zone 'America/Los_Angeles';
> returns a different value than
>     select timestamp '2007-01-01'
>         at time zone 'America/Los_Angeles';

Those are transformations in opposite directions; see the manual.

            regards, tom lane

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

Предыдущее
От: "Peter Eisentraut"
Дата:
Сообщение: [ANNOUNCE] Advisory on possibly insecure security definer functions
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: converting a specified year and week into a date