Software /
code /
prosody
File
util/time.lua @ 7630:abe2697b5e92
net.server_epoll: Remove commented out code
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 23 Aug 2016 20:31:14 +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; }