Hi russell, > I just read asctime's man page and looked at time.h. When > they describe day-of-month they use them unpadded and mention nothing > about padding. What is the standard to which you refer? When I run > 'date', it returns unpadded day-of-month.
There's POSIX, http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html, that might always be available as a local man page, e.g. asctime(3p). -- Cheers, Ralph. https://plus.google.com/+RalphCorderoy
