Closed single-right-quote closed 6 years ago
This is just a really silly portability fix.
musl's strptime() does not support %F for some reason. Converting %F to %Y-%m-%d is a two line change that trivially enables the feature on musl without breaking it for other platforms/libcs.
strptime()
%F
%Y-%m-%d
Fixed, thanks!
This is just a really silly portability fix.
musl's
strptime()
does not support%F
for some reason. Converting%F
to%Y-%m-%d
is a two line change that trivially enables the feature on musl without breaking it for other platforms/libcs.