Class: Date

Inherits:
Object
  • Object
show all
Includes:
Timely::Date
Defined in:
lib/timely/date.rb,
lib/timely/rails/date.rb

Instance Method Summary collapse

Methods included from Timely::Date

#at_time, #between?

Instance Method Details

#to_time_in_time_zoneObject



4
5
6
# File 'lib/timely/rails/date.rb', line 4

def to_time_in_time_zone
  (Time.zone || ActiveSupport::TimeZone['UTC']).local(year, month, day)
end