From faf065fc4c85a6cd8a1efa561b526a416f087e13 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 26 Jan 2023 14:25:05 +0100 Subject: Use 64-bit time_t interfaces in strftime and strptime (bug 30053) Both functions use time_t only internally, so the ABI is not affected. (cherry picked from commit 41349f6f67c83e7bafe49f985b56493d2c4c9c77) --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c5e142eb3a..aff6951c1d 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,7 @@ The following bugs are resolved with this release: [29771] Restore IPC_64 support in sysvipc *ctl functions [29776] elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 [29951] time: Set daylight to 1 for matching DST/offset change + [30053] time: strftime %s returns -1 after 2038 on 32 bits systems Version 2.36 -- cgit 1.4.1