module DateTime

Public Class Methods

now(sg=Date::ITALY) click to toggle source
# File lib/delorean.rb, line 75
def now(sg=Date::ITALY)
  Time.now.to_datetime
end
Also aliased as: now_without_delorean
now_without_delorean(sg=Date::ITALY) click to toggle source
Alias for: now