X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/30d7af10d208006ea09f32bd006c2cb2556a36ac..985622a862808c39f5eb8146020b23f992ba8284:/luatz/parse.lua diff --git a/luatz/parse.lua b/luatz/parse.lua index 2c5f8d3..a1a0431 100644 --- a/luatz/parse.lua +++ b/luatz/parse.lua @@ -17,7 +17,7 @@ local function rfc_3339 ( str , init ) min = tonumber ( min ) sec = tonumber ( sec ) - local tt = new_timetable ( year , month , day , hour , min , sec ) + local tt = new_timetable ( year , month , day , hour , min , sec ) local tz_offset if str:match ("^[Zz]" , patt_end ) then