implement strftime padding specifier extensions
authorTimo Teräs <timo.teras@iki.fi>
Tue, 22 Nov 2016 08:29:08 +0000 (10:29 +0200)
committerRich Felker <dalias@aerifal.cx>
Mon, 11 Dec 2017 20:51:30 +0000 (15:51 -0500)
commit8a6bd7307da3fc4d08dd6a9277b611ccb4971354
tree1d89a0d7a3bf79166c9ccd714259c33ecf605989
parent2488d31f5a946e63e40058baf29fd2991343ea6f
implement strftime padding specifier extensions

notes added by maintainer:

the '-' specifier allows default padding to be suppressed, and '_'
allows padding with spaces instead of the default (zeros).

these extensions seem to be included in several other implementations
including FreeBSD and derivatives, and Solaris. while portable
software should not depend on them, time format strings are often
exposed to the user for configurable time display. reportedly some
python programs also use and depend on them.
src/time/strftime.c