]> granicus.if.org Git - icinga2/commit
Fix PostgreSQL schema not specifying the time zone for default timestamps
authorEric Lippmann <eric.lippmann@netways.de>
Thu, 9 Apr 2015 08:27:47 +0000 (10:27 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 4 May 2015 09:35:41 +0000 (11:35 +0200)
commit6a77d9944041ae08d6de400a5f6b2cd3575c21a5
treebce7282adc206b59fcfa299fdb18b7de4419306f
parentf907a7f6178c0819ab368bb087476c5735824fba
Fix PostgreSQL schema not specifying the time zone for default timestamps

The timestamp columns in the PostgreSQL schema are defined as timestamp with time zone but their default values lack the time zone offset +00.
Thus default timestamps are converted to local time in the zone specified by PostgreSQL's configuration before being displayed to the client.

refs #9027
lib/db_ido_pgsql/schema/pgsql.sql