eugene-khyst / postgresql-event-sourcing

A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot. Fork the repository and use it as a template for your projects. Or clone the repository and run end-to-end tests to see how everything works together.
Apache License 2.0
986 stars 84 forks source link

adds timezone support #7

Closed tjuerge closed 9 months ago

tjuerge commented 9 months ago

replaces j.t.Instant with j.t.OffsetDateTime

infos in https://stackoverflow.com/a/58434361 and https://jdbc.postgresql.org/documentation/query/#using-java-8-date-and-time-classes

eugene-khyst commented 9 months ago

@tjuerge, thank you for contributing. Merging the PR.