h4 / lywsd02

MIT License
169 stars 34 forks source link

Fix local timezone detection when DST is in effect #16

Closed jacekkow closed 4 years ago

jacekkow commented 4 years ago

This fixes detection from #10 during Daylight Saving Time.

Per Python docs: time.daylight Nonzero if a DST timezone is defined. time.altzone (...) Only use this if daylight is nonzero.

h4 commented 4 years ago

Thank for you help! I changed tz_offset property calculation in v0.0.8