On Fri, Sep 12, 2014 at 7:31 PM, Adrian Klaver <adrian.klaver@xxxxxxxxxxx> wrote:
<< "Europe/Moscow";"MSK";"04:00:00";f
What OS and what packaging?
For both windows-64-bit and Linux-64-bit.
PostgreSQL version - 9.3.4
PostgreSQL version - 9.3.4
I believe the file "pgsql/share/postgresql/timezone/Europe/Moscow" will require changes.
As the above changes will then be reflected in the function pg_timezone_names() which will modify the output as follows:
As the above changes will then be reflected in the function pg_timezone_names() which will modify the output as follows:
<< "Europe/Moscow";"MSK";"04:00:00";f
>> "Europe/Moscow";"MSK";"03:00:00";f
Can I get a modified version of this file?
Regards...