Is your feature request related to a problem? Please describe.
We have a really jank timezone parsing method by using UTC for everything. We should be properly handling timezones since Payload properly supports them starting from version 3.71.0.
https://github.com/payloadcms/payload/releases/tag/v3.71.0
Describe the solution you'd like
We will probably need to PR this and implement this fix in a future semester to avoid past migrations from UTC time(massive tech debt).
BEFORE MERGING
Is your feature request related to a problem? Please describe.
We have a really jank timezone parsing method by using UTC for everything. We should be properly handling timezones since Payload properly supports them starting from version
3.71.0.https://github.com/payloadcms/payload/releases/tag/v3.71.0
Describe the solution you'd like
We will probably need to PR this and implement this fix in a future semester to avoid past migrations from UTC time(massive tech debt).
BEFORE MERGING
pnpm generate:types)git fetch origin master:master, thengit rebase masterorgit merge master)