Log

util/datetime.lua @ 11194:9d1ce6f28401

description author age
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 0.11 Kim Alvefur 2018-12-09
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck] Matthew Wild 2016-03-10
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.datetime: Fix timestamp parsing pattern. Waqas Hussain 2012-08-28
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps) Matthew Wild 2011-04-15
util.datetime: Fix so that the timestamp returned is always in UTC, timezone offsets were going in the wrong direction Matthew Wild 2010-11-27
util.datetime: Fixes for more liberal timezone parsing - colon and minutes are both (independantly) optional (thanks Zash) Matthew Wild 2010-11-27
util.datetime: Added implementation for function parse(). Waqas Hussain 2010-08-02
Update copyright headers for 2010 Matthew Wild 2010-03-22
Remove version number from copyright headers Matthew Wild 2009-07-10
util.datetime: Allow specifying a time to format Matthew Wild 2009-03-29
0.3->0.4 Matthew Wild 2009-03-20
Update copyright notices for 2009 Matthew Wild 2009-01-30
0.2->0.3 Matthew Wild 2009-01-30
GPL->MIT! Matthew Wild 2009-01-30
0.1 -> 0.2 Matthew Wild 2008-12-10
Insert copyright/license headers Matthew Wild 2008-12-03
Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time Profiles Waqas Hussain 2008-11-13