Skip to content

OffsetDateTime

Giuseppe Cannella edited this page Feb 19, 2020 · 5 revisions
Type name example
OffsetDateTime 2011-12-03T10:15:30+01:00
import com.github.gekomad.regexcollection.Validate.validate
import java.time.OffsetDateTime
assert(validate[OffsetDateTime]("2011-12-03T10:15:30+01:00") == Some("2011-12-03T10:15:30+01:00"))
Clone this wiki locally