Skip to content

Wrong usage of LocalDateTime [DATACMNS-1251] #1693

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions