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