I want to Display all time in same timezone
We are storing all date time values in UTC but need to display all values in a single timezone. The company runs on EST/EDT for simplicity of operations (for main office).
The config app.timezone is UTC but I want entry and display in EST/EDT.
Every user regardless of local timezone.
DO I just add to every field with and
OR is there a global way to do this?
The config app.timezone is UTC but I want entry and display in EST/EDT.
Every user regardless of local timezone.
DO I just add to every field with and
OR is there a global way to do this?
Solution
You can use
https://filamentphp.com/docs/3.x/forms/fields/getting-started#global-settings
configureUsinghttps://filamentphp.com/docs/3.x/forms/fields/getting-started#global-settings