diff --git a/kasa/iot/modules/time.py b/kasa/iot/modules/time.py index 23cc5010..997a5b4d 100644 --- a/kasa/iot/modules/time.py +++ b/kasa/iot/modules/time.py @@ -37,8 +37,9 @@ class Time(IotModule): res["hour"], res["min"], res["sec"], + tzinfo=self.timezone, ) - return time.astimezone(self.timezone) + return time @property def timezone(self) -> tzinfo: