class ActiveSupport::TimeWithZone

def utc_offset

Experimental RBS support (using type sampling data from the type_fusion project).

def utc_offset: () -> Integer

This signature was generated using 1 sample from 1 application.

Returns the offset from current time to UTC time in seconds.
def utc_offset
  period.observed_utc_offset
end