Software /
code /
prosody
File
util/time.lua @ 7533:4ef37ac69562
statsmanager: Refactor to simplify logic. Notably renames 'statistics_provider' to 'statistics', and external libs now just begin with ':'
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 29 Jul 2016 13:20:02 +0100 |
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; }