Re: UTC timestamp

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: UTC timestamp
Дата
Msg-id hgcl3t$ldd$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на UTC timestamp  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Ответы Re: UTC timestamp  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-novice
On 2009-12-16, Jean-Yves F. Barbier <12ukwn@gmail.com> wrote:
> Jasen Betts a écrit :
>> On 2009-12-14, Jean-Yves F. Barbier <12ukwn@gmail.com> wrote:
>>> Hi list,
>>>
>>> For legal timestamping I'd like to record a timestamp in UTC,
>>> but I can't find a way to do that, is it possible?
>>
>> timestamp with timezone (AKA timestamptz) is recorded in UTC
>
> Ok
>
>> display format depends on client settings.
>
> Ah, I see now why my display wasn't correct: I thought it was the
> server, but it was the client missinterpreting.
>
> Thanks!

you can alter the text form the sever gives
on a per-connection basis with

 set time zone 'UTC';

or more permanently with

 alter role "yourself" set time zone 'UTC';



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

Предыдущее
От: Josep Sanchez Mesegue
Дата:
Сообщение: Josep Sanchez Mesegue wants to stay in touch on LinkedIn
Следующее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: UTC timestamp