class ActiveSupport::TimeZone

def utc_offset

Returns the offset of this time zone from UTC in seconds.
def utc_offset
  @utc_offset || tzinfo&.current_period&.base_utc_offset
end