Mercurial > prosody-hg
view util/time.lua @ 8094:dcda2ae4569d
prosodyctl: Don't switch user if we are root and run_as_root is enabled
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 19 Apr 2017 12:40:03 +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; }
