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.
def period @period ||= time_zone.period_for_utc(@utc) end