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