selecting current UTC time

Поиск
Список
Период
Сортировка
От
Тема selecting current UTC time
Дата
Msg-id f0e0f1b15551d000d53e665dd7c31d80@imap.xnet.co.nz
обсуждение исходный текст
Ответы Re: selecting current UTC time  (Frank Bax <fbax@sympatico.ca>)
Список pgsql-sql
Hi,

Is it possible to select the current UTC time as type timestamp with time
zone?

select localtimestamp;

2008-09-14 21:55:24.367796

select localtimestamp at time zone 'UTC';    
2008-09-15 09:55:42.3478+12
(not sure if what this result is)

select current_timestamp;

2008-09-14 21:55:57.844422+12

select current_timestamp at time zone 'UTC';

2008-09-14 09:56:07.661157
(is type timestamp without time zone)

I know this seems like a simple problem but I have searched the archives
and am unable to find a solution.

Any ideas?

Thanks.




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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Pls Hlp: SQL Problem
Следующее
От: Frank Bax
Дата:
Сообщение: Re: selecting current UTC time