Software /
code /
prosody
File
util/time.lua @ 8569:f88bd2428bc2
.luacheckrc: Add awareness of the module:http_url API added by mod_http
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 07 Mar 2018 19:21:24 +0100 |
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; }