From dd728682d9614f542fcf2c2fea1c2bac6cf7fcdf Mon Sep 17 00:00:00 2001 From: Jeff Culverhouse Date: Thu, 27 Feb 2025 23:29:19 -0500 Subject: [PATCH] init timezone to New_York? --- amcrest2mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amcrest2mqtt.py b/amcrest2mqtt.py index 1ac23da..644c5cf 100644 --- a/amcrest2mqtt.py +++ b/amcrest2mqtt.py @@ -16,7 +16,7 @@ from zoneinfo import ZoneInfo is_exiting = False mqtt_client = None -config = { 'timezone': 'utc' } +config = { 'timezone': 'America/New_York' } devices = {} # Helper functions and callbacks