Software / code / prosody
File
util/time.lua @ 8826:d614003a82c1
mod_pubsub: Add support for parsing subscription options form (no options supported yet)
This was actually to silence luacheck warnings options andoptions_tag
variables.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 23 May 2018 18:15:36 +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; }