#4242: NarWeb ignores Calendar for sorting Dates on Event groups

svn: r15919
This commit is contained in:
Jérôme Rapinat 2010-09-21 14:32:10 +00:00
parent 84898abaaf
commit c796db53c5

View File

@ -2670,7 +2670,7 @@ class EventListPage(BasePage):
if date:
# returns the date in YYYY-MM-DD format
return gen.lib.Date(date.get_year(), date.get_month(), date.get_day())
return gen.lib.Date(date.get_year_calendar("Gregorian"), date.get_month(), date.get_day())
# return empty date string
return event_date