mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-03 00:12:25 +02:00
7db6535a26
datetime.UTC was added in Python 3.11. Fall back to timezone.utc on older interpreters, matching the existing pattern in mqtt_handler.py. Co-Authored-By: Zindello <josh@zindello.com.au>