Stefan Kalscheuer 7e5d193d1b
All checks were successful
continuous-integration/drone/push Build is passing
parse timestamps as ZonedDateTime internally
Timestamps have been stored with their String representation from the
API with convenience methods to convert them into ZonedDateTime.
We now use the Jackson JavaTimeModule to parse them directly and swap
the real and convenience getters.
2023-06-15 17:50:47 +02:00
..