Timestamps
ISO 8601 timestamp type (e.g., "2023-11-07T05:31:56Z"). Used for date/time parameters in API requests.
An ISO 8601 timestamp (e.g., "2023-11-07T05:31:56Z")
Sourceval of_string : string -> t option Parse from ISO 8601 string
Sourceval of_string_exn : string -> t Parse from ISO 8601 string, raises on invalid format
Convert to ISO 8601 string
Get the underlying Ptime.t