From 276c04905fa19e8cd3ca497833c2afd51835601b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 8 Jun 2025 23:52:51 -0700 Subject: [PATCH] build: update gnulib submodule to latest * tests/date/date-debug.sh: Update to match current behavior of Gnulib's parse-datetime module. --- gnulib | 2 +- tests/date/date-debug.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib b/gnulib index 0a12fa9db0..7424e3cfaa 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 0a12fa9db035ede86f361409108f0d4a6adce0b9 +Subproject commit 7424e3cfaa7d4380e3c3a8658dc693579ffb1ff5 diff --git a/tests/date/date-debug.sh b/tests/date/date-debug.sh index 163c39dc09..b63ae315b2 100755 --- a/tests/date/date-debug.sh +++ b/tests/date/date-debug.sh @@ -79,7 +79,7 @@ date: normalized time: '(Y-M-D) 2006-04-02 XX:XX:XX' date: -- date: possible reasons: date: nonexistent due to daylight-saving time; -date: numeric values overflow; +date: invalid day/month combination; date: missing timezone date: invalid date 'TZ="America/Edmonton" 2006-04-02 02:30:00' EOF -- 2.47.3