module DateTime

Public Class Methods

now(sg=Date::ITALY) click to toggle 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
now_without_delorean(sg=Date::ITALY)
Alias for: now