fcambus 3b3624d027 In calcurse 4.3.0, the strftime(3) format string to display dates in
calendar was changed to '%B %-d, %Y'.

The %-* format string is a GNU libc extension which we don't support,
resulting in dates being displayed like 'March -d, 2018' instead of
showing the day of the month as a decimal number.

Switch to using the %d format string instead.

OK naddy@, jca@
2018-03-22 23:15:29 +00:00
..
2017-12-17 11:00:09 +00:00
2017-10-23 17:11:02 +00:00
2018-03-15 15:41:21 +00:00
2018-01-13 20:14:18 +00:00
2018-03-21 19:21:33 +00:00
2017-10-23 17:11:02 +00:00
2017-11-05 17:02:00 +00:00
2017-11-04 22:02:58 +00:00