Method: PostHog::Utils#isoify_dates!

Defined in:
lib/posthog/utils.rb

#isoify_dates!(hash) ⇒ Object

public: Converts all the date values in the into iso8601 strings in place



40
41
42
# File 'lib/posthog/utils.rb', line 40

def isoify_dates!(hash)
  hash.replace isoify_dates hash
end