summaryrefslogtreecommitdiffstats
path: root/TODO
blob: db97f6f06392274dad7c5db7f0ede59b4a8a1174 (plain)
1
2
3
4
5
6
7
8
9
10
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."
move formats into another source file
update formats in README (or move to another file?)
test other times
gettext?