Software /
code /
prosody
File
util/time.lua @ 7937:5b03a8003659
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 02 Mar 2017 03:03:04 +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; }