9537: Wrong Numeric date format for cs_CZ locale

This commit is contained in:
Paul Franklin 2016-06-21 14:16:12 -07:00
parent c54cee0406
commit 091caed234

View File

@ -225,7 +225,10 @@ class DateDisplayCZ(DateDisplay):
display = DateDisplay.display_formatted
def orig_display(self, date):
# bug 9537 _grampslocale.py gets '%-d.%-m.%Y' and makes it be '%/d.%/m.%Y'
_tformat = DateDisplay._tformat.replace('/', '') # so counteract that
def orig_display(self, date): # unused: only here for historical reference
"""
Return a text string representing the date.
"""