mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-18 08:06:44 +02:00
745f4000fe
* tests/date/date.pl: Set the max supported year to INT_MAX. Most systems support INT_MAX+1900, but mktime() on OpenBSD 7.8 limits the passed tm_year to INT_MAX. Reported by Bruno Haible.