Mercurial > prosody-hg
view util/time.lua @ 7841:ca3bdb606b1f
mod_mam: Remove legacy feature advertising
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 18 Nov 2016 10:44:56 +0100 |
| parents | 72e48bddf617 |
| children |
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; }
