gephi / graphstore

Fast in-memory graph structure, powering Gephi
Apache License 2.0
71 stars 26 forks source link

Use ZoneId instead of ZonedDateTime #182

Closed mbastian closed 1 year ago

mbastian commented 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.