42Lines / wicket-fullcalendar

Integration of FullCalendar javascript lib with Wicket
Other
24 stars 22 forks source link

GetEventsCallback should ignoreTimezone when Config is set #3

Closed lakemalcom closed 13 years ago

lakemalcom commented 13 years ago

When the Config is set to ignore the timezones, the date selection callback correctly adjusts for selected dates, but the actual GetEvents callback that populates the calendar uses localized time, which can lead to the date ranges requested for a week-based calendar to be slightly offset.