Forum OpenACS Q&A: Response to postgresql current_timestamp

Collapse
Posted by Simon Carstensen on
PGTZ sets the default time zone.

Add this to your postgres user's .bash_rc file:

"export PGTZ=DEFAULT"

DEFAULT sets the time zone to your local time zone (the one that your operating system defaults to).