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