X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/f8a22c0affe52ea630f05a438a88bcc300716d04..a2979e68e75a80221f6f64cc3558d956c2ebfb18:/luatz/strftime.lua diff --git a/luatz/strftime.lua b/luatz/strftime.lua index 55e7b67..51410cf 100644 --- a/luatz/strftime.lua +++ b/luatz/strftime.lua @@ -200,7 +200,7 @@ end local function asctime ( timetable ) -- Equivalent to the format string "%c\n" - return t.c ( timetable , c_locale ) .. "\n" + return strformat ( t.c ( timetable , c_locale ) ) .. "\n" end return {