Software /
code /
prosody
File
util/time.lua @ 8364:f91ab40a3105
mod_http_errors: Use util.interpolation to render HTML template
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 27 Oct 2017 13:27:35 +0200 |
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; }