Re: Re: Timestamp without time zone

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: Re: Timestamp without time zone
Дата
Msg-id Pine.BSO.4.10.10106141327270.19379-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: Re: Timestamp without time zone  (Vivek Khera <khera@kcilink.com>)
Список pgsql-sql
Well, I guess you have to chop the string three times before passing it to
strftime....

On Thu, 14 Jun 2001, Vivek Khera wrote:

> >>>>> "AP" == Alex Pilosov <alex@pilosoft.com> writes:
> 
> AP> Why do you _want_ to remove timezone from values in database? There is
> AP> definitely a way to work around whatever problem you are having.
> 
> Because my normal date parsing routines from perl's Date::Parse
> library don't recognize it, and fail to parse the date.
> 
> % perl -MDate::Parse -e 'print str2time("2001-06-14 12:00:00+04"),"\n";'
> 
> % perl -MDate::Parse -e 'print str2time("2001-06-14 12:00:00"),"\n";'
> 992534400
> 
> 



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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: RE: search/replace in update
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: RE: search/replace in update