Software /
code /
prosody
File
util/time.lua @ 8886:9aa35cb939ac
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 08 Jun 2018 11:53:10 +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; }