class TZInfo::TimezoneTransition

def local_start_at

Returns:
  • (TimestampWithOffset) - the local time when this transition causes
def local_start_at
  TimestampWithOffset.new(@timestamp_value, 0, @offset.observed_utc_offset).set_timezone_offset(@offset)
end