@@ -118,11 +118,11 @@ SELECT timestamp with time zone '1999-12-01' + interval '1 month - 1 second' AS
118
118
119
119
SELECT (timestamp with time zone ' today' = (timestamp with time zone ' yesterday' + interval' 1 day' ))as " True" ;
120
120
SELECT (timestamp with time zone ' today' = (timestamp with time zone ' tomorrow' - interval' 1 day' ))as " True" ;
121
- SELECT (timestamp with time zone ' today 10:30+05 ' = timestamptz (date ' today' ,time with time zone ' 10:30+05 ' ))as " True" ;
122
- SELECT (timestamp with time zone ' 10:30+05 today' = timestamptz (date ' today' ,time with time zone ' 10:30+05 ' ))as " True" ;
121
+ SELECT (timestamp with time zone ' today 10:30-08 ' = timestamptz (date ' today' ,time with time zone ' 10:30-08 ' ))as " True" ;
122
+ SELECT (timestamp with time zone ' 10:30-08 today' = timestamptz (date ' today' ,time with time zone ' 10:30-08 ' ))as " True" ;
123
123
SELECT (timestamp with time zone ' tomorrow' = (timestamp with time zone ' yesterday' + interval' 2 days' ))as " True" ;
124
- SELECT (timestamp with time zone ' tomorrow 10:30+05 ' = (timestamp with time zone ' today 10:30+05 ' + interval' 1 day' ))as " True" ;
125
- SELECT (timestamp with time zone ' 10:30+05 tomorrow' = (timestamp with time zone ' today 10:30+05 ' + interval' 1 day' ))as " True" ;
124
+ SELECT (timestamp with time zone ' tomorrow 10:30-08 ' = (timestamp with time zone ' today 10:30-08 ' + interval' 1 day' ))as " True" ;
125
+ SELECT (timestamp with time zone ' 10:30-08 tomorrow' = (timestamp with time zone ' today 10:30-08 ' + interval' 1 day' ))as " True" ;
126
126
SELECT (timestamp with time zone ' yesterday 12:34:56-7' = timestamptz (date ' yesterday' ,time with time zone ' 12:34:56-7' ))as " True" ;
127
127
SELECT (timestamp with time zone ' 12:34:56 yesterday -7' = timestamptz (date ' yesterday' ,time with time zone ' 12:34:56-7' ))as " True" ;
128
128
SELECT (timestamp with time zone ' 12:34:56-7 yesterday' = timestamptz (date ' yesterday' ,time with time zone ' 12:34:56-7' ))as " True" ;