79676876

Date: 2025-06-24 00:32:27
Score: 2
Natty:
Report link

I had this Error in my Spring Boot application: org.postgresql.util.PSQLException: FATAL: invalid value for parameter "TimeZone": "Europe/Kiev". My stack is Windows 11 / 10

PostgreSQL remote (somewhere with old tzdata )

JDBC driver 42.5.5

Spring Boot 3.2.2

HikariCP 5.0.1 . I found that I have to put this → -Duser.timezone=Europe/Kyiv. in VM options in Run/Debug configurations. Now work brilliant.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ivo Baklov