module DateTime

Public Instance Methods

now(sg=Date::ITALY) click to toggle source
# File lib/delorean.rb, line 27
def now(sg=Date::ITALY)
  Time.now.to_datetime
end