#4242: NarWeb ignores Calendar for sorting Dates on Event groups
svn: r15919
This commit is contained in:
parent
84898abaaf
commit
c796db53c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user