How do I set timezone for psql to something other than my default (US/Central)? Here\'s what I\'ve tried so far:
$ psql psql (9.1.4, server 9.0.4) ... $ psq
ALTER USER postgres SET timezone='Asia/Tokyo' ;