Log

util/datetime.lua @ 13224:71c28b36923f

description author age
util.datetime: Remove a line Kim Alvefur Wed, 17 Aug 2022 18:07:31 +0200
util.datetime: Add support for sub-second precision timestamps Kim Alvefur Sun, 14 Aug 2022 16:57:31 +0200
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 0.11 Kim Alvefur Sun, 09 Dec 2018 23:01:47 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck] Matthew Wild Thu, 10 Mar 2016 17:52:03 +0000
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur Sat, 21 Feb 2015 10:36:37 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
util.datetime: Fix timestamp parsing pattern. Waqas Hussain Tue, 28 Aug 2012 05:08:18 +0500
util.datetime: Fix timestamp parsing when in DST (thanks xnyhps) Matthew Wild Fri, 15 Apr 2011 22:39:53 +0100
util.datetime: Fix so that the timestamp returned is always in UTC, timezone offsets were going in the wrong direction Matthew Wild Sat, 27 Nov 2010 01:30:56 +0000
util.datetime: Fixes for more liberal timezone parsing - colon and minutes are both (independantly) optional (thanks Zash) Matthew Wild Sat, 27 Nov 2010 01:22:43 +0000
util.datetime: Added implementation for function parse(). Waqas Hussain Mon, 02 Aug 2010 20:11:08 +0500
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
util.datetime: Allow specifying a time to format Matthew Wild Sun, 29 Mar 2009 02:14:32 +0100
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time Profiles Waqas Hussain Thu, 13 Nov 2008 12:12:19 +0500