Closed mbastian closed 1 year ago
Refactor the AttributeUtils area to use ZoneId to represent a time zone instead of ZonedDateTime. Not sure why this is the case but it's a good time to do that as the API clients have to move away from Joda anyway.
ZoneId
ZonedDateTime
Refactor the AttributeUtils area to use
ZoneId
to represent a time zone instead ofZonedDateTime
. Not sure why this is the case but it's a good time to do that as the API clients have to move away from Joda anyway.