ZonedDateTime - gekomad/scala-regex-collection GitHub Wiki

Type name example
ZonedDateTime
2016-12-02T11:15:30-05:00[US/Central]
2016-12-02T11:15:30-05:00
import com.github.gekomad.regexcollection.Validate.validate
import java.time.ZonedDateTime

assert(validate[ZonedDateTime]("2016-12-02T11:15:30-05:00[US/Central]") == Some("2016-12-02T11:15:30-05:00[US/Central]"))