X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/768b1ef340c27cdfc3bc5c15f8f4c31d15ada122..fe885e6eddd5bf1c893d6c6b6767f2cbba54e8a0:/luatz/parse.lua?ds=sidebyside 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