Skip to content

ZonedDateTime

Giuseppe Cannella edited this page Feb 19, 2020 · 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.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]"))
Clone this wiki locally