Postgresql – JPA adjust Postgres timestamp without timezone to server timezone
I meet some JPA behavior I cannot understand. I'm saving specific dateTime ex. 2023-01-01T12:00:00Z (this is Instant) to Postgresql Timestamp without timezone. I'm reading this value and receive the same date: 2023-01-01T12:00:00Z which is expected. I change server timezone from…