qdbp / py9status

i3bar status line in python 3
3 stars 1 forks source link

fix: PY3Time date formatting bug #10

Closed jeff-cai closed 7 years ago

jeff-cai commented 7 years ago

Fix typo: day of the month %d was mistaken for numerical month %m in fmt which always returned Sep 9.

Not sure whether a pull request is necessary for a one line one character change, but good practice I suppose.