Mercurial > prosody-hg
view util/time.lua @ 8769:e809074cdc09
mod_admin_adhoc: Split a long line (improves readability) [luacheck]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 01 May 2018 20:47:52 +0200 |
| 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; }
