Method: ActiveSupport::TimeWithZone#dst?
- Defined in:
- lib/active_support/time_with_zone.rb
#dst? ⇒ Boolean Also known as: isdst
104 105 106 |
# File 'lib/active_support/time_with_zone.rb', line 104 def dst? period.dst? end |
104 105 106 |
# File 'lib/active_support/time_with_zone.rb', line 104 def dst? period.dst? end |