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.

Returns a Time instance of the simultaneous time in the UTC timezone.
def utc
  @utc ||= incorporate_utc_offset(@time, -utc_offset)
end