class ActiveSupport::TimeWithZone
def time
Experimental RBS support (using type sampling data from the type_fusion
project).
def time: () -> Time
This signature was generated using 48 samples from 2 applications.
def time @time ||= incorporate_utc_offset(@utc, utc_offset) end