Skip to content

Don't use LocalDateTime for java8 datetime mapping #2138

Description

@cbornet

LocalDateTime doesn't have any time zone so it's error prone for systems that don't communicate in the same timezone.
Instant, ZonedDateTime or OffsetDateTime types should be considered instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions