Mercurial > prosody-hg
view util/time.lua @ 8256:cdffe33efae4
mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 23 Sep 2017 13:29:54 +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; }
