File

util/time.lua @ 8182:048a83433295

mod_bosh: Add ::1 to the default trusted_proxies.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 16 Jul 2017 19:25:15 +0100 (2017-07-16)
parent 7461:72e48bddf617
line wrap: on
line source
-- Import gettime() from LuaSocket, as a way to access high-resolution time
-- in a platform-independent way

local socket_gettime = require "socket".gettime;

return {
	now = socket_gettime;
}