Software /
code /
prosody
File
util/time.lua @ 8722:7ee93b3fa160
mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa6823
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 02 Apr 2018 19:44:44 +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; }