@groovy.transform.CompileStatic trait OffsetDateTimeConverter
A trait to convert a java.time.OffsetDateTime to and from a long
java.lang.Long
convert(java.time.OffsetDateTime value)
java.time.OffsetDateTime
convert(java.lang.Long value)