From 5736d9c6fa049e9b11c09a7ae8bcc37df51efd7b Mon Sep 17 00:00:00 2001 From: offa Date: Thu, 5 Jun 2025 17:54:12 +0200 Subject: [PATCH] Update date to v3.0.4 --- 3rd-party/date/date.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd-party/date/date.h b/3rd-party/date/date.h index 5ca2ff3e..5bb51db5 100644 --- a/3rd-party/date/date.h +++ b/3rd-party/date/date.h @@ -7577,7 +7577,7 @@ from_stream(std::basic_istream& is, const CharT* fmt, } } } - if (neg) + if (neg && !is.fail()) toff = -toff; checked_set(temp_offset, toff, not_a_offset, is); command = nullptr;