[rt-users] RT 2.0.3 and Dates

Martin Schapendonk martin at schapendonk.org
Wed Jul 25 10:23:36 EDT 2001


On Wed, 25 Jul 2001, Jesse wrote:
# After this line, add the line:
#     $self->SimpleQuery("SET DATESTYLE 'ISO'");

Make it

$self->SimpleQuery("SET DATESTYLE TO 'ISO'");
                                  ^^

For some silly reason Postgres only accepts time zone declarations
without "TO", all other variables should be set with "TO" or "=".

Martin

-- 
  Martin Schapendonk, martin at schapendonk.org, Phone: +31 (0)6 55770237
  Student Information Systems and Management at Tilburg University





More information about the rt-users mailing list