Re: How to get TimeZone name?

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: How to get TimeZone name?
Дата
Msg-id ihveau$92r$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на How to get TimeZone name?  (araza@esri.com)
Список pgsql-general
On 2011-01-18, araza@esri.com <araza@esri.com> wrote:
> Hi,
>
> How can I get timezone name?
> I can get timezone offset but I could not find any reference of timezone name.

Change your datestyle setting, a setting of ISO gives nice portable
offsets that will work the same anywhere in the world.
a setting of SQL gives a locale-dependant rendering that looks nice
but is often ambiguous

> 1-
> sde10=> Select current_timestamp - current_timestamp AT TIME ZONE 'UTC' As TimeZoneOffSet;
>  timezoneoffset
> ----------------
>  -08:00:00
> (1 row)

What do you think the above is doing?


Is the following of any use to you?

set datestyle to 'sql,mdy';
select current_timestamp;


--
⚂⚃ 100% natural

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Dumpall without OID
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: searching for characters via the hexidecimal value