Forum OpenACS Q&A: Re: Postgres to_date bug?

Collapse
10: Re: Postgres to_date bug? (response to 9)
Posted by Jeff Davis on
you can also just not convert it at all eg:
select '2004-06-04 18:57:00+01' - now();
         ?column?
--------------------------
 -3 days -00:00:25.633516
(1 row)