Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc18cabe

Browse files
committed
Update regression tests for new USA timezone data. Mea culpa for not
realizing that the regression tests could be affected.
1 parent69d48ce commitc18cabe

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

‎src/test/regress/expected/horology.out

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -204,61 +204,61 @@ SELECT timestamp with time zone '27.12.2001 04:05:06.789-08';
204204
SET DateStyle = 'ISO';
205205
-- As of 7.4, allow time without time zone having a time zone specified
206206
SELECT time without time zone '040506.789+08';
207-
time
207+
time
208208
--------------
209209
04:05:06.789
210210
(1 row)
211211

212212
SELECT time without time zone '040506.789-08';
213-
time
213+
time
214214
--------------
215215
04:05:06.789
216216
(1 row)
217217

218218
SELECT time without time zone 'T040506.789+08';
219-
time
219+
time
220220
--------------
221221
04:05:06.789
222222
(1 row)
223223

224224
SELECT time without time zone 'T040506.789-08';
225-
time
225+
time
226226
--------------
227227
04:05:06.789
228228
(1 row)
229229

230230
SELECT time with time zone '040506.789+08';
231-
timetz
231+
timetz
232232
-----------------
233233
04:05:06.789+08
234234
(1 row)
235235

236236
SELECT time with time zone '040506.789-08';
237-
timetz
237+
timetz
238238
-----------------
239239
04:05:06.789-08
240240
(1 row)
241241

242242
SELECT time with time zone 'T040506.789+08';
243-
timetz
243+
timetz
244244
-----------------
245245
04:05:06.789+08
246246
(1 row)
247247

248248
SELECT time with time zone 'T040506.789-08';
249-
timetz
249+
timetz
250250
-----------------
251251
04:05:06.789-08
252252
(1 row)
253253

254254
SELECT time with time zone 'T040506.789 +08';
255-
timetz
255+
timetz
256256
-----------------
257257
04:05:06.789+08
258258
(1 row)
259259

260260
SELECT time with time zone 'T040506.789 -08';
261-
timetz
261+
timetz
262262
-----------------
263263
04:05:06.789-08
264264
(1 row)
@@ -1770,11 +1770,11 @@ SELECT '' AS "160", d.f1 AS "timestamp", t.f1 AS "interval", d.f1 + t.f1 AS plus
17701770
| Tue Dec 31 17:32:01 1996 PST | @ 34 years | Tue Dec 31 17:32:01 2030 PST
17711771
| Fri Dec 31 17:32:01 1999 PST | @ 34 years | Sat Dec 31 17:32:01 2033 PST
17721772
| Sat Jan 01 17:32:01 2000 PST | @ 34 years | Sun Jan 01 17:32:01 2034 PST
1773-
| Wed Mar 15 02:14:05 2000 PST | @ 34 years | Wed Mar 15 02:14:05 2034PST
1774-
| Wed Mar 15 03:14:04 2000 PST | @ 34 years | Wed Mar 15 03:14:04 2034PST
1775-
| Wed Mar 15 08:14:01 2000 PST | @ 34 years | Wed Mar 15 08:14:01 2034PST
1776-
| Wed Mar 15 12:14:03 2000 PST | @ 34 years | Wed Mar 15 12:14:03 2034PST
1777-
| Wed Mar 15 13:14:02 2000 PST | @ 34 years | Wed Mar 15 13:14:02 2034PST
1773+
| Wed Mar 15 02:14:05 2000 PST | @ 34 years | Wed Mar 15 02:14:05 2034PDT
1774+
| Wed Mar 15 03:14:04 2000 PST | @ 34 years | Wed Mar 15 03:14:04 2034PDT
1775+
| Wed Mar 15 08:14:01 2000 PST | @ 34 years | Wed Mar 15 08:14:01 2034PDT
1776+
| Wed Mar 15 12:14:03 2000 PST | @ 34 years | Wed Mar 15 12:14:03 2034PDT
1777+
| Wed Mar 15 13:14:02 2000 PST | @ 34 years | Wed Mar 15 13:14:02 2034PDT
17781778
| Sun Dec 31 17:32:01 2000 PST | @ 34 years | Sun Dec 31 17:32:01 2034 PST
17791779
| Mon Jan 01 17:32:01 2001 PST | @ 34 years | Mon Jan 01 17:32:01 2035 PST
17801780
| Sat Sep 22 18:19:20 2001 PDT | @ 34 years | Sat Sep 22 18:19:20 2035 PDT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp