Invalid value for parameter "TimeZone": "Europe/Kyiv" Postgres – Docker
I try to connect to Postgres inside a docker container as a result, I received Invalid value for parameter "TimeZone": "Europe/Kyiv" I've tried to add serverTimezone=Europe/Kyiv to the connect URL but its doest not work jdbc:postgresql://localhost:5433/db_name?serverTimezone=Europe/Kyiv Also, I've tried SET…