Software /
code /
prosody
File
util/time.lua @ 8348:c3de5b454ec4
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Oct 2017 15:23:03 +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; }