summaryrefslogtreecommitdiff
path: root/lib/libc/time/strftime.c
AgeCommit message (Collapse)Author
1998-07-06do the right thing if maxsiz == 0Todd C. Miller
1998-07-06Always NUL terminate buf even if there was not enough space toTodd C. Miller
write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability...
1998-02-14Changed %c in the builtin C locale from "%D %X" to the moreTodd C. Miller
common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1).
1998-01-19use tzcode strftime(3) as it is kept up to date.Todd C. Miller