blob: a6a7beb6fe33d96f59b886f198eca6b47e6d2b6c (
plain)
1
2
3
4
5
6
7
8
9
10
|
use difftime() in _datetime_normalize()
datetime_parse()'s third arg should be a (struct tm *)
if -d, printf() parsed time, not diff from epoch
drop timegm()
try to fix dst bug
test with other libc's (newlib? musl? fbsd? obsd?)
`./@ 7:00 PM` doesn't work with musl strptime()
test other times
distcheck
gettext?
|