I want Laravel Nova to handle a DateTime field (stored in the database in UTC) in a custom timezone based on the Model and not in the User's timezone it does by default:
https://nova.laravel.com/docs/3.0/resources/date-fields.html#timezones
The field is for event start times at various locations across timezones throughout the United States. It does not make sense to display them in the user's timezone since they will be sorted with a location filter or viewed in respect to the Location model.
Does anyone have a solution for how to handle this use case?