timestamp of screenshot filename is now of second precision

This commit is contained in:
chrox
2014-11-10 20:20:09 +08:00
parent f8bfeb5048
commit 26467d557f

View File

@@ -8,7 +8,7 @@ local _ = require("gettext")
local DEBUG = require("dbg")
local ReaderScreenshot = InputContainer:new{
datetime_name = "screenshots/Screenshot_%Y-%b-%d_%Hh%M.png",
datetime_name = "screenshots/Screenshot_%Y-%b-%d_%H%M%S.png",
}
function ReaderScreenshot:init()