diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-20 03:11:27 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-20 03:11:27 +0100 |
commit | c160b029b0eeff8c57d8ddcde8a5f7c424074631 (patch) | |
tree | ebce784d8a5d08c50eb50fb1ab530afa46dd1782 /util/statistics.lua | |
parent | 29b64a45009858091f41e6443561299cac3416b8 (diff) | |
parent | 83d1e9570a93cbea53e0420ada95e7273695fe78 (diff) | |
download | prosody-c160b029b0eeff8c57d8ddcde8a5f7c424074631.tar.gz prosody-c160b029b0eeff8c57d8ddcde8a5f7c424074631.zip |
Merge 0.10->trunk
Diffstat (limited to 'util/statistics.lua')
-rw-r--r-- | util/statistics.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/statistics.lua b/util/statistics.lua index 26355026..39954652 100644 --- a/util/statistics.lua +++ b/util/statistics.lua @@ -1,6 +1,6 @@ local t_sort = table.sort local m_floor = math.floor; -local time = require "socket".gettime; +local time = require "util.time".now; local function nop_function() end |