View Single Post

   
  #1 (permalink)  
Old 04-10-2008, 12:13 AM
Daniel Schuchardt
 
Posts: n/a
Default bug with >to_char('2007-12-31'::DATE, 'YYYYIW')<

LOLL2=# SELECT to_char('2007-12-31':ATE, 'YYYYIW');
to_char
---------
200701
(1 row)


2007-12-31 should be week 2008-01

regards,

Daniel.
Reply With Quote