Skip to content

OffsetTime

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