Closed greglook closed 7 years ago
Currently the :stored-at metadata on blocks uses java.util.Date - instead, the library should use java.time.Instant as the superior time representation. This would be a breaking change.
:stored-at
java.util.Date
java.time.Instant
0726d5900b9625a10f888ab2059167fbf80cdcf0
Currently the
:stored-at
metadata on blocks usesjava.util.Date
- instead, the library should usejava.time.Instant
as the superior time representation. This would be a breaking change.