Timezone for Otto logging?

So looking at the timestamps

Access Log / Event/ dapi
2025-08-29 09:09:38.572 -0700

Odata
2025-08-29T08:07:58.275070-08:00

Otto Logs:
2025-08-29T16:12:03.928Z

Is it possible to have a setting to use server local time for display purposes?
And allow for user preferences so we can display like the FMS Console does?

Screenshot 2025-08-29 at 9.20.54 AM

Hey Stephen,

OttoFMS uses UTC time so logs across servers can be compared easily. The log display is simply displaying the values saved off in the log file and introducing a date conversion in there would increase some significant overhead (it would have to loop over potentially millions of lines of log file and convert the date for each). So the simple answer is that we likely won’t change anything there.

-Kyle

Would an option to have OttoFMS log with the timezone of the server OS be possible?