@Trait @CompileStatic trait ZonedDateTimeConverter extends Object implements TemporalConverter<ZonedDateTime>
A trait to convert a ZonedDateTime to and from a long
| Type Params | Return Type | Name and description |
|---|---|---|
|
Long |
convert(ZonedDateTime value) |
|
ZonedDateTime |
convert(Long value) |