Closed akirk closed 1 month ago
Fixes #354
When storing an event in another timezone we need to convert it to UTC before saving it to the db:
9am in Los Angeles needs to be saved as 4pm UTC.
When editing the event, we need to convert it back into the even timezone so that the local time is being edited.
Fixes #354
When storing an event in another timezone we need to convert it to UTC before saving it to the db:
9am in Los Angeles needs to be saved as 4pm UTC.
When editing the event, we need to convert it back into the even timezone so that the local time is being edited.