to Zoned Date Time
Works off of String representations of ZonedDateTime: When formats are provided, each format is attempted in-order until one succeeds.
Return
ZonedDateTime? Null means couldn't parse, else parsed ZonedDateTime.
Parameters
this
String representation of ZonedDateTime.
formats
String? vararg of formats to attempt when parsing.