mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Correct header holidays east of GMT
This commit is contained in:
parent
7bbe8b0152
commit
fc48eab1e7
@ -1059,7 +1059,9 @@ var et2_calendar_planner = et2_valueWidget.extend([et2_IDetachedDOM, et2_IResize
|
||||
for(var left = 0,i = 0; i < days; t.setDate(t.getDate()+1),left += day_width,++i)
|
||||
{
|
||||
var holidays = [];
|
||||
var day_class = this.day_class_holiday(t,holidays);
|
||||
var tempDate = new Date(t);
|
||||
tempDate.setMinutes(tempDate.getMinutes()-start.getTimezoneOffset());
|
||||
var day_class = this.day_class_holiday(tempDate,holidays);
|
||||
var title = '';
|
||||
var state = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user