Software /
code /
prosody
Log
util/datetime.lua @ 7075:47a2deb74b56
description | author | age |
---|---|---|
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 |