mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-17 11:19:28 -04:00
Musl libc does not support the non-POSIX "%F" format for strptime() so
replace all occurrences of it with an equivalent "%Y-%m-%d" format.
Fixes: #10419
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from commit e6e4f97999)