> so the underlying implementation does know about timezones. It may
> only need a parser adjustment. Will look at it...
tgl=> select extract(timezone_hour from datetime 'now');
date_part
---------
-1
(1 row)
tgl=> show timezone;
NOTICE: Time zone is GMT-1
SHOW VARIABLE
Was more than a parser adjustment, but not too bad.
Will be in v6.4 :)
- Tom