Rich Felker
596207aa38
fix strftime field widths with %F format and zero year
...
the code to strip initial sign and leading zeros inadvertently
stripped all the zeros and the subsequent '-' separating the month.
instead, only strip sign characters from the very first position, and
only strip zeros when they are followed by another digit.
based on testing by Dennis Wölfing.
2018-02-05 13:38:21 -05:00
..
2015-03-03 22:50:02 -05:00
2015-05-01 13:37:42 -04:00
2017-12-14 21:25:10 -05:00
2016-02-16 17:38:07 -05:00
2017-12-18 19:34:21 -05:00
2018-01-09 13:15:27 -05:00
2017-10-13 10:39:51 -04:00
2015-04-13 19:24:51 -04:00
2018-01-09 13:15:27 -05:00
2016-07-01 13:32:35 -04:00
2016-11-11 23:06:21 -05:00
2018-02-05 11:45:52 -05:00
2017-08-12 09:09:27 -04:00
2017-04-11 22:10:52 -04:00
2017-03-14 15:13:16 -04:00
2017-07-04 17:53:58 -04:00
2018-01-09 13:15:27 -05:00
2018-01-09 13:15:27 -05:00
2017-10-13 22:30:45 -04:00
2018-02-05 11:40:03 -05:00
2017-09-06 22:15:14 -04:00
2012-09-06 22:44:55 -04:00
2017-09-01 17:05:40 -04:00
2017-11-09 20:15:02 -05:00
2017-06-21 19:06:45 -04:00
2018-01-09 13:15:27 -05:00
2017-11-10 19:27:57 -05:00
2017-10-21 12:32:16 -04:00
2016-03-02 21:35:40 -05:00
2017-03-05 20:02:31 -05:00
2014-05-29 21:01:32 -04:00
2017-10-13 10:28:52 -04:00
2017-08-11 20:31:33 -04:00
2015-02-05 23:34:27 -05:00
2018-01-10 20:45:02 -05:00
2017-08-11 20:23:21 -04:00
2017-09-04 16:38:03 -04:00
2014-10-06 23:13:01 -04:00
2016-07-03 15:02:23 -04:00
2018-02-03 10:04:24 -05:00
2018-02-05 13:38:21 -05:00
2018-02-05 11:31:11 -05:00