Documentation

Time.Format.Parse

def Time.parse {α : Type} {m : TypeType v} [Monad m] [Time.MonadFail m α] [Time.ParseTime α] (l : Time.TimeLocale) (fmt : String) (s : String) :
m α

Parses a time value (i.e. instance of ParseTime) given a format string (Time.Specifier)

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    parse ZonedTime value from ISO 8601 string, e.g. '2023-02-02T19:55:03+01:00'

    Equations
    Instances For