class ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter

def deserialize(value)

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

def deserialize: (nil value) -> nil

This signature was generated using 1 sample from 1 application.

def deserialize(value)
  convert_time_to_time_zone(super)
end