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

svn: r15920
This commit is contained in:
Jérôme Rapinat 2010-09-21 14:33:38 +00:00
parent 70abaea768
commit 72693c94fa

View File

@ -2806,7 +2806,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