Class: Date
- Inherits:
-
Object
- Object
- Date
- Includes:
- Timely::Date
- Defined in:
- lib/timely/date.rb,
lib/timely/rails/date.rb
Instance Method Summary collapse
Methods included from Timely::Date
Instance Method Details
#to_time_in_time_zone ⇒ Object
2 3 4 |
# File 'lib/timely/rails/date.rb', line 2 def to_time_in_time_zone (Time.zone || ActiveSupport::TimeZone["UTC"]).local(self.year, self.month, self.day) end |