On default behavior, this function will return null in case of parsing failure.
null
If strict is set to true then this function will fail if an implicit time offset is given.
strict
true
If raise is set to true then this function will throw and error when a failure occurs.
raise
ISO 8601 time string
Optional
The parsed response
Generated using TypeDoc
On default behavior, this function will return
null
in case of parsing failure.If
strict
is set totrue
then this function will fail if an implicit time offset is given.If
raise
is set totrue
then this function will throw and error when a failure occurs.