Skip to content

Commit 902e829

Browse files
committed
Fix regression failures caused by the new year
1 parent e665bff commit 902e829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oracle_test/regress/expected/horology.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ ERROR: date/time field value out of range: "2016 367"
17061706
SELECT to_date('0000-02-01','YYYY-MM-DD'); -- allowed, though it shouldn't be
17071707
to_date
17081708
------------
1709-
2025-02-01
1709+
2026-02-01
17101710
(1 row)
17111711

17121712
-- to_char's TZ format code produces zone abbrev if known

0 commit comments

Comments
 (0)