X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/d5edaa6f361af75bebab47497b4654cbe428a1b7..ea80d24490413633ad3fb37a7369086692209804:/luatz/parse.lua diff --git a/luatz/parse.lua b/luatz/parse.lua index 8de9a36..0bfd820 100644 --- a/luatz/parse.lua +++ b/luatz/parse.lua @@ -26,7 +26,7 @@ local function rfc_3339 ( str , init ) local hour_offset , min_offset = str:match ( "^([+-]%d%d):(%d%d)" , patt_end ) if hour_offset then tz_offset = tonumber ( hour_offset ) * 3600 + tonumber ( min_offset ) * 60 - else + else -- luacheck: ignore 542 -- Invalid RFC 3339 timestamp offset (should be Z or (+/-)hour:min) -- tz_offset will be nil end