= private = protected
period()
Returns the underlying TZInfo::TimezonePeriod.
# File activesupport/lib/active_support/time_with_zone.rb, line 66 def period @period ||= time_zone.period_for_utc(@utc) end