Re: bug in date_part() function in 6.5.2, 7.0.2
Karel Zak <zakkr@zf.jcu.cz>
From: Karel Zak <zakkr@zf.jcu.cz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Thomas Lockhart <lockhart@alumni.caltech.edu>, analyst@sibinet.ru, pgsql-bugs@postgresql.org
Date: 2000-09-06T14:42:55Z
Lists: pgsql-bugs
> > Looks to me like an off-by-one kind of problem in deciding which > timezone applies to midnight of a transition day. > > regards, tom lane Hmm ... really cool solution. You are right! I was sure that in the my to_xxxx() code can't be bug :-)) Thanks. Karel