Re: select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI')

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI')
Дата
Msg-id 201102251502.p1PF2vl17931@momjian.us
обсуждение исходный текст
Ответ на Re: select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI')  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI')
Список pgsql-general
Adrian Klaver wrote:
> test=# select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI');
                                                             
>       to_timestamp
                                                             
> ------------------------
                                                             
>  2011-02-26 14:00:00-08
                                                             
> (1 row)
                                                             
>
> Corrected for the ':':
                                                                                   
>
> test=# select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24:MI');
                                                             
>       to_timestamp
                                                             
> ------------------------
                                                             
>  2011-02-26 14:50:00-08
                                                             
> (1 row)
>
>
> On 9.0.3 corrected for the ':':
>
> test(5432)aklaver=>select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY
> HH24:MI');
>       to_timestamp
> ------------------------
>  2011-02-26 14:50:00-08
> (1 row)
>
>
> Seems 9.0+ is stricter on its parsing.

Agreed.  We have made some cleanups to the to_timestamp code in recent
major releases and that is what the user must be seeing.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI')
Следующее
От: akp geek
Дата:
Сообщение: Re: select to_timestamp('02/26/2011 14:50', 'MM/DD/YYYY HH24MI')