lib/openwfe/util/otime.rb in openwferu-0.9.15 vs lib/openwfe/util/otime.rb in openwferu-0.9.16
- old
+ new
@@ -51,9 +51,12 @@
def OpenWFE.now ()
to_iso8601_date(Time.new())
end
+ #
+ # As the name implies.
+ #
def OpenWFE.to_iso8601_date (date)
if date.kind_of? Float
date = to_datetime(Time.at(date))
elsif date.kind_of? Time