We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db02d14 + 3c94a24 commit 962a9e1Copy full SHA for 962a9e1
1 file changed
src/slices/eventSlice.ts
@@ -994,7 +994,7 @@ export const checkForConflicts = async (
994
device: device,
995
duration: duration.toString(),
996
end: endDate,
997
- rrule: `FREQ=WEEKLY;BYDAY=${repeatOn.join()};BYHOUR=${startDate.getHours()};BYMINUTE=${startDate.getMinutes()}`,
+ rrule: `FREQ=WEEKLY;BYDAY=${repeatOn.join()};BYHOUR=${startDate.getUTCHours()};BYMINUTE=${startDate.getUTCMinutes()}`,
998
}
999
: {
1000
start: startDate,
0 commit comments