From ee631b425d909b37d30950caecc4d05edc1fcf14 Mon Sep 17 00:00:00 2001 From: Bill Sideris Date: Mon, 21 Oct 2024 02:22:49 +0300 Subject: [PATCH] Actually read the tz correctly. --- drivers/driver_wifi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/driver_wifi.py b/drivers/driver_wifi.py index a2b3cf4..96d5fe7 100644 --- a/drivers/driver_wifi.py +++ b/drivers/driver_wifi.py @@ -300,7 +300,7 @@ def timeset(self, tz=None) -> bool: from time import struct_time if tz is None: - tz = fetch("tz_offset") + tz = fetch("tz_offset", "BERYLLIUM") if tz is None: tz = 2