This commit is contained in:
rejas
2021-01-02 21:08:53 +01:00
committed by veeck
parent 6de983aeb2
commit d3d64d3ca0
3 changed files with 5 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ const CalendarUtils = {
* Calculate the time correction, either dst/std or full day in cases where
* utc time is day before plus offset
*
* @param event
* @param date
* @param {object} event
* @param {Date} date
* @returns {number} the necessary adjustment in hours
*/
calculateTimezoneAdjustment: function (event, date) {