X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/768b1ef340c27cdfc3bc5c15f8f4c31d15ada122..a3b2f88d60b3f1d2275170c616fc052b7a5df51a:/luatz/parse.lua diff --git a/luatz/parse.lua b/luatz/parse.lua index f5cf735..0b3b2dd 100644 --- a/luatz/parse.lua +++ b/luatz/parse.lua @@ -27,7 +27,7 @@ local function rfc_3339 ( str , init ) if hour_offset then tz_offset = tonumber ( hour_offset ) * 3600 + tonumber ( min_offset ) * 60 else - -- Invalid RFC 3339 timestamp offset (should be Z or (+/-)hour:min + -- Invalid RFC 3339 timestamp offset (should be Z or (+/-)hour:min) -- tz_offset will be nil end end