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?
Solution:Jump to solution
You can use
configureUsing
https://filamentphp.com/docs/3.x/forms/fields/getting-started#global-settings...2 Replies
Solution
I'm giving thi a try for the DateTimePicker and it works.
To set a detault for I used