-
-
Notifications
You must be signed in to change notification settings - Fork 967
Open
Labels
Description
The chrono date specification allows padding modifiers to change how leading zeros are interpreted. For example, %_I should show a single digit hour padded like a space like " 1" instead of "01". At least, I believe that is how it should behave. However, using such modifiers seems to crash the module. It complains that there is an invalid specifier in chrono-specs.
chaulkie