Re: Postgres and timezones

Поиск
Список
Период
Сортировка
От Steve Rogerson
Тема Re: Postgres and timezones
Дата
Msg-id 569FB85C.2040206@yewtc.demon.co.uk
обсуждение исходный текст
Ответ на Re: Postgres and timezones  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
On 20/01/16 15:38, Steve Crawford wrote:
> Is this of any use?
>
> select * from pg_timezone_names where name = 'Europe/Lisbon';
>     name      | abbrev | utc_offset | is_dst
> ---------------+--------+------------+--------
> Europe/Lisbon | WET    | 00:00:00   | f
>

A bit - but what's missing is to know if daylight savings is in effect. So it
could be WET or WEST so we need a date time and an TZ to work it out.


Steve







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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Postgres and timezones
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Syntax error for Function