Closed
Description
Jens Schauder opened DATACMNS-1251 and commented
We use in various places LocalDateTime
where we should use Instant
.
The reasons why LocalDateTime
is the wrong type to use are outlined in DATACMNS-1243.
So far I've found the following places
Revision.getRevisionDate()
(could be deprecated and superseded by a method getRevisionInstant()
)
RevisionMetadata.getRevisionDate()
(same fix)
Referenced from: pull request #270