Commit Graph
1 Commits
Author SHA1 Message Date
John Clark 5c2e70f0dc Fixed and/or problem in dobj.__lt and dobj.__le
This snippet demonstrates the problem:

local date = require "date"
local a = date("20131230 00:57:04")
local b = date("20131230 01:00:00")
print(a >= b) -- should be false
2013-12-30 16:27:05 -05:00