summaryrefslogtreecommitdiffstats
path: root/TODO
blob: d4b721a17cda1570abb885e79dd6c8b05309d878 (plain)
1
2
3
4
5
6
7
8
9
spaces between specifiers in strptime() formats -- strftime()?
	format printing: copy format to another buffer, skipping certain char
	parsing: copy format one char at a time, changing placeholder to space
test with other libc's (newlib? musl? fbsd? obsd?)
`./@ 7:00 PM` doesn't work with musl strptime()
add formats with "%a." and "%b."
update formats in README (or move to another file?)
test other times
gettext?