class PostHog::FieldParser

def check_timestamp!(timestamp)

def check_timestamp!(timestamp)
  return if timestamp.is_a? Time
  raise ArgumentError, 'Timestamp must be a Time'
end