set frigate timezone for the UI

This commit is contained in:
TheWanderingCrow 2025-11-06 08:53:22 -05:00
parent 1d39721237
commit c8b0faa639

View file

@ -23,6 +23,10 @@ let
enabled = true;
email = "frigate@wanderingcrow.net";
};
ui = {
timezone = "America/New_York";
time_format = "24hour";
};
###################
# go2rtc restream #
###################