25 lines
1020 B
Diff
25 lines
1020 B
Diff
|
Only for SLE10. On other platforms, the test works.
|
||
|
poeml, Mon Jul 27 19:12:40 CEST 2009
|
||
|
|
||
|
diff -uNr postgresql-8.4.0.orig/src/test/regress/expected/timestamptz.out postgresql-8.4.0/src/test/regress/expected/timestamptz.out
|
||
|
--- postgresql-8.4.0.orig/src/test/regress/expected/timestamptz.out 2009-03-22 02:12:32.000000000 +0100
|
||
|
+++ postgresql-8.4.0/src/test/regress/expected/timestamptz.out 2009-07-27 19:11:39.280087000 +0200
|
||
|
@@ -153,7 +153,7 @@
|
||
|
SELECT '20500710 173201 Europe/Helsinki'::timestamptz; -- DST
|
||
|
timestamptz
|
||
|
------------------------------
|
||
|
- Sun Jul 10 07:32:01 2050 PDT
|
||
|
+ Sun Jul 10 07:32:01 2050 PST
|
||
|
(1 row)
|
||
|
|
||
|
SELECT '20500110 173201 Europe/Helsinki'::timestamptz; -- non-DST
|
||
|
@@ -165,7 +165,7 @@
|
||
|
SELECT '205000-07-10 17:32:01 Europe/Helsinki'::timestamptz; -- DST
|
||
|
timestamptz
|
||
|
--------------------------------
|
||
|
- Thu Jul 10 07:32:01 205000 PDT
|
||
|
+ Thu Jul 10 07:32:01 205000 PST
|
||
|
(1 row)
|
||
|
|
||
|
SELECT '205000-01-10 17:32:01 Europe/Helsinki'::timestamptz; -- non-DST
|