On 11/21/20 6:37 AM, Chris Elvidge wrote: > parse-datetime.y: In function 'parse_datetime2': > parse-datetime.y:2301:27: error: format '%lld' expects argument of type 'long > long int', but argument 2 has type 'time_t {aka long int}' [-Werror=format=] That's due to a typo that I recently introduced to parse-datetime.y. Thanks for reporting it. (I didn't observe the problem since I tested on hosts with 64-bit time_t, not 32-bit.) I installed the attached patch into Gnulib and propagated this into Coreutils.