class ActiveSupport::TimeWithZone

def period

Experimental RBS support (using type sampling data from the type_fusion project).

def period: () -> TZInfo::OffsetTimezonePeriod

This signature was generated using 15 samples from 2 applications.

Returns the underlying TZInfo::TimezonePeriod.
def period
  @period ||= time_zone.period_for_utc(@utc)
end