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.

Returns a Time instance that represents the time in +time_zone+.
def time
  @time ||= incorporate_utc_offset(@utc, utc_offset)
end