Re: Empty ./share/timezone/UTC and failure to set UTC as timezone

2018-02-19 Thread Sasa Vilic
Hi Tom, thanks for quick response. I have to apologize to you, PG from source is fine. Sorry for wasting your time. It only happens that after I put it into archive (tar czf postgresql-9.6.7-linux-x64-binaries.tar.gz pgsql) and extract it, that it is empty and it looks like it is a bug in java li

Re: Empty ./share/timezone/UTC and failure to set UTC as timezone

2018-02-19 Thread Tom Lane
Sasa Vilic writes: > To double check, I took official 9.6.7 sources, compiled and installed it > locally (/tmp/pgsql) and tried connecting with client again and I again we > got same error message. Hm, what platform and compiler are you using, exactly? > In order to further investigate this, I h

Empty ./share/timezone/UTC and failure to set UTC as timezone

2018-02-19 Thread Sasa Vilic
Hello, we are using "embedded" PostgreSQL for integration tests (see https://github.com/yandex-qatools/postgresql-embedded) and we have noticed that our (java) clients fail to connect when their timezone is UTC, with PG server giving following error message: invalid value for parameter "TimeZone"