Bug 309758 'Today's Events' contain the last one of yesterday as its first event. r=mvl
git-svn-id: svn://10.0.0.236/trunk@180919 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -661,8 +661,8 @@ function refreshEventTree( eventArray )
|
||||
EndDate = StartDate;
|
||||
break;
|
||||
}
|
||||
var s = StartDate ? jsDateToDateTime(StartDate) : null;
|
||||
var e = EndDate ? jsDateToDateTime(EndDate) : null;
|
||||
var s = StartDate ? jsDateToDateTime(StartDate).getInTimezone(calendarDefaultTimezone()) : null;
|
||||
var e = EndDate ? jsDateToDateTime(EndDate).getInTimezone(calendarDefaultTimezone()) : null;
|
||||
if (StartDate && EndDate) {
|
||||
filter |= ccalendar.ITEM_FILTER_CLASS_OCCURRENCES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user