aboutsummaryrefslogtreecommitdiffstats
path: root/util/timer.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-20 03:11:27 +0100
committerKim Alvefur <zash@zash.se>2017-03-20 03:11:27 +0100
commitc160b029b0eeff8c57d8ddcde8a5f7c424074631 (patch)
treeebce784d8a5d08c50eb50fb1ab530afa46dd1782 /util/timer.lua
parent29b64a45009858091f41e6443561299cac3416b8 (diff)
parent83d1e9570a93cbea53e0420ada95e7273695fe78 (diff)
downloadprosody-c160b029b0eeff8c57d8ddcde8a5f7c424074631.tar.gz
prosody-c160b029b0eeff8c57d8ddcde8a5f7c424074631.zip
Merge 0.10->trunk
Diffstat (limited to 'util/timer.lua')
-rw-r--r--util/timer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/timer.lua b/util/timer.lua
index 2277ee77..c7996bfa 100644
--- a/util/timer.lua
+++ b/util/timer.lua
@@ -9,7 +9,7 @@
local indexedbheap = require "util.indexedbheap";
local log = require "util.logger".init("timer");
local server = require "net.server";
-local get_time = require "socket".gettime;
+local get_time = require "util.time".now
local type = type;
local debug_traceback = debug.traceback;
local tostring = tostring;