SET TIMEZONE doesn't affect to SELECT statement - Mailing list pgsql-general

From POST
Subject SET TIMEZONE doesn't affect to SELECT statement
Date
Msg-id 1598771712.20090618180206@centrum.sk
Whole thread Raw
Responses Re: SET TIMEZONE doesn't affect to SELECT statement
List pgsql-general
<p>Hello; by tutorial I have tried the example:<p><br /><p>set timezone to 'Europe/London';<p>select '2008-01-01
12:00:00GMT+2'::timestamptz;<p><br /><p>Result: 2008-01-01 15:00:00<p><br /><p><br /><p>set timezone to
'Europe/Moscow';<p>select'2008-01-01 12:00:00 GMT+2'::timestamptz;<p><br /><p>Result: 2008-01-01 15:00:00<p><br
/><p><br/><p>Why is the result identical ? Is something wrong ?<p><br /><p>Thanks for suggestion. 

pgsql-general by date:

Previous
From: Lennin Caro
Date:
Subject: Re: connecting to a remote pq always require a password
Next
From: Mike Christensen
Date:
Subject: Re: SET TIMEZONE doesn't affect to SELECT statement