Skip to content

ZonedDateTime

Giuseppe Cannella edited this page Jan 6, 2019 · 5 revisions
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.ZonedDateTime
assert(validate[ZonedDateTime]("2016-12-02T11:15:30-05:00[US/Central]") == Some("2016-12-02T11:15:30-05:00[US/Central]"))
Clone this wiki locally