module DateTime
Public Class Methods
Source
# File lib/delorean.rb, line 27 def now(sg=Date::ITALY) self.iso8601( Time.now.to_datetime.iso8601, sg ) end
Also aliased as: now_without_delorean
# File lib/delorean.rb, line 27 def now(sg=Date::ITALY) self.iso8601( Time.now.to_datetime.iso8601, sg ) end