lib/openwfe/util/otime.rb in openwferu-0.9.5 vs lib/openwfe/util/otime.rb in openwferu-0.9.6

- old
+ new

@@ -49,10 +49,10 @@ # # Returns the current time as an ISO date string # def OpenWFE.now () - return to_iso_date(Time.new()) + return to_iso8601_date(Time.new()) end def OpenWFE.to_iso8601_date (date) if date.kind_of? Float