Method: ActiveSupport::TimeWithZone#period
- Defined in:
- lib/active_support/time_with_zone.rb
#period ⇒ Object
Returns the underlying TZInfo::TimezonePeriod
.
82 83 84 |
# File 'lib/active_support/time_with_zone.rb', line 82 def period @period ||= time_zone.period_for_utc(@utc) end |