Software / code / prosody
File
util/time.lua @ 8220:a1b0fa38fca7
util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 29 Jul 2017 13:09:57 +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; }