X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/1635e0a0ca542229c82ffedfc0d9627117165953..701352911743921833d901bd6fa2728be148cceb:/widgets/weather.lua diff --git a/widgets/weather.lua b/widgets/weather.lua index b074cff..d2ed300 100644 --- a/widgets/weather.lua +++ b/widgets/weather.lua @@ -43,7 +43,7 @@ local function worker(args) local utc_offset = args.utc_offset or function () local now = os.time() - return os.difftime(now, os.time(os.date("!*t", now))) + (os.date("*t").isdst and 3600) + return os.difftime(now, os.time(os.date("!*t", now))) + ((os.date("*t").isdst and 1 or 0) * 3600) end local units = args.units or "metric" local lang = args.lang or "en"