Mercurial > prosody-hg
view util/time.lua @ 7915:e3d3ebd417f4
util.crand: Throw error if OpenSSLs RNG is not seeded
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 25 Feb 2017 17:57:22 +0100 |
| parents | 72e48bddf617 |
| children |
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; }
