greglook / blocks

Clojure content-addressable data storage.
The Unlicense
113 stars 6 forks source link

Use Instant for times #15

Closed greglook closed 7 years ago

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

greglook commented 7 years ago

0726d5900b9625a10f888ab2059167fbf80cdcf0