cal.pub0.org/packages/features
Alex van Andel 605f7d35ec
fix: Ensure rendering as UTC to prevent browser tz from messing up times
## 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
2023-07-12 17:32:11 -07:00
..
apps feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
auth fix: update should be based on email only (#9977) 2023-07-06 23:55:00 +00:00
bookings fix: Allow editing guests when rescheduling or editing a booking (#9878) 2023-07-12 15:44:11 +05:30
calendars
conferencing
ee fix: incomplete vercel api error message on org creation (#9875) 2023-07-12 20:29:13 +00:00
eventtypes fix: unnecessary whitespace in profile (#10071) 2023-07-11 21:26:28 +00:00
filters fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
flags
form-builder fix: [CAL-1959] Removed duplicate value warnings on starting dev server(#1959) (#9596) 2023-06-30 04:06:01 +00:00
insights
kbar
links
schedules fix: Ensure rendering as UTC to prevent browser tz from messing up times 2023-07-12 17:32:11 -07:00
settings fix: Orgs/create child teams CAL-1986 (#9631) 2023-07-07 16:48:51 +00:00
shell fix: 404 links issue (#9928) 2023-07-11 13:05:41 +00:00
test fix: 404 booking pages when org support is enabled locally 2023-07-10 12:19:33 -07:00
tips
users
webhooks
index.ts
package.json
tailwind.config.js
tsconfig.json