605f7d35ec
## What does this PR do? Fixes all date shifts that are due browser time, by ensuring everything is UTC so it's not transformed to different times. The times weren't actually shifting, dates were, but after casting these to UTC properly the times were also shifting; so that was a bug after a bugfix, time wise it was only a problem to determine all day events (which didn't completely work) ### Yes, but how do I test this? Before: Create a all day date override in +05:30 Shift your local system time to -04:00 Note that the day is different After - do the same: The day is the same! Fixes #8365 Fixes #6978 Fixes #6482 |
||
---|---|---|
.. | ||
apps | ||
auth | ||
bookings | ||
calendars | ||
conferencing | ||
ee | ||
eventtypes | ||
filters | ||
flags | ||
form-builder | ||
insights | ||
kbar | ||
links | ||
schedules | ||
settings | ||
shell | ||
test | ||
tips | ||
users | ||
webhooks | ||
index.ts | ||
package.json | ||
tailwind.config.js | ||
tsconfig.json |