Re: Bug with sequence

From: Çagil Seker <cagils(at)biznet(dot)com(dot)tr>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Bug with sequence
Date: 2002-11-20 14:40:22
Message-ID: 94327A2FE8C87C4C89A82DBE9E7B2B3F086810@beetle.biznet.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am using postgreSQL on Cygwin on W2K. I can not set time zone. The log is below:

EDYS=# set timezone to UTC;
SET VARIABLE
EDYS=# show timezone;
NOTICE: Time zone is 'utc'
EDYS=# SELECT current_timestamp;
timestamptz
---------------------------------------------
20/11/2002 14:38:41.111625 GMT

How can I change that GMT to "+2" or smt other.???

Browse pgsql-general by date

  From Date Subject
Next Message Çağıl Şeker 2002-11-20 15:06:53 Setting Timezone Fails??
Previous Message Doug McNaught 2002-11-20 13:45:03 Re: modifying new tuple on insert in c trigger