log util/datetime.lua @ 7259:d8300985f2bb

age author description
Thu, 10 Mar 2016 17:52:03 +0000 Matthew Wild net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 28 Aug 2012 05:08:18 +0500 Waqas Hussain util.datetime: Fix timestamp parsing pattern.
Fri, 15 Apr 2011 22:39:53 +0100 Matthew Wild util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)
Sat, 27 Nov 2010 01:30:56 +0000 Matthew Wild util.datetime: Fix so that the timestamp returned is always in UTC, timezone offsets were going in the wrong direction
Sat, 27 Nov 2010 01:22:43 +0000 Matthew Wild util.datetime: Fixes for more liberal timezone parsing - colon and minutes are both (independantly) optional (thanks Zash)
Mon, 02 Aug 2010 20:11:08 +0500 Waqas Hussain util.datetime: Added implementation for function parse().