diff --git a/testing/run_regressions.sh b/testing/run_regressions.sh index cb6f8eff..6c6ee0bf 100755 --- a/testing/run_regressions.sh +++ b/testing/run_regressions.sh @@ -6,7 +6,8 @@ DBNAME=regression PGPOOL=inactive HOSTNAME=regression -# export TZ=Pacific/Auckland +# We need to run the regression tests in the timezone they were written for. +export PGTZ=Pacific/Auckland . ./regression.conf