Re: Assigning a timestamp without timezone to a timestamp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Assigning a timestamp without timezone to a timestamp
Дата
Msg-id 13338.1160868392@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Assigning a timestamp without timezone to a timestamp  (chrisj <chrisj.wood@sympatico.ca>)
Ответы Re: Assigning a timestamp without timezone to a timestamp
Список pgsql-sql
chrisj <chrisj.wood@sympatico.ca> writes:
> It works fine with fixed offset timezones, but when I try it with EST5EDT
> I get the following:
> ERROR:  invalid input syntax for type timestamp with time zone: "2006-07-13
> 09:20:00 EST5EDT"

Try it with "America/New_York".  The datetime parser seems to think that
a timezone name shouldn't contain digits ... which is bogus, but we'll
have to think carefully about how to improve it ...
        regards, tom lane


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

Предыдущее
От: chrisj
Дата:
Сообщение: Re: Assigning a timestamp without timezone to a timestamp
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Foreign key reference counting strategy?