Re: Re: Timestamp without time zone
От | Frank Bax |
---|---|
Тема | Re: Re: Timestamp without time zone |
Дата | |
Msg-id | 3.0.6.32.20010614175554.00b3f9f0@pop6.sympatico.ca обсуждение исходный текст |
Ответ на | Re: Re: Timestamp without time zone (Vivek Khera <khera@kcilink.com>) |
Список | pgsql-sql |
select date_part('epoch',timestamp) from table; will give you the same result without using str2time at all. Did I miss something here? At 11:28 AM 6/14/01 -0400, 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 > >-- >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= >Vivek Khera, Ph.D. Khera Communications, Inc. >Internet: khera@kciLink.com Rockville, MD +1-240-453-8497 >AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/
В списке pgsql-sql по дате отправления: