summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/timestamp.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/sql/timestamp.sql')
-rw-r--r--src/test/regress/sql/timestamp.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/regress/sql/timestamp.sql b/src/test/regress/sql/timestamp.sql
index b2c0469c83..31235704a9 100644
--- a/src/test/regress/sql/timestamp.sql
+++ b/src/test/regress/sql/timestamp.sql
@@ -1,8 +1,6 @@
--
-- TIMESTAMP
--
--- needed so tests pass even in Australia
-SET australian_timezones = 'off';
CREATE TABLE TIMESTAMP_TBL ( d1 timestamp(2) without time zone);