From: daurnimator Date: Fri, 19 Jun 2015 00:24:53 +0000 (+1000) Subject: luatz/timetable: Floor milliseconds before passing to string.format X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/fe885e6eddd5bf1c893d6c6b6767f2cbba54e8a0?ds=inline;hp=fe885e6eddd5bf1c893d6c6b6767f2cbba54e8a0 luatz/timetable: Floor milliseconds before passing to string.format The %d format specifier expects an integer. Since lua 5.3, instead of doing undefined rounding, it throws an error ---