Re: How to? Timestamp with timezone.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to? Timestamp with timezone.
Date: 2010-03-09 21:54:49
Message-ID: 29462.1268171689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andre Lopes <lopes80andre(at)gmail(dot)com> writes:
> I have a database in a US based Server. I need to get a TIMESTAMP with the
> PORTUGAL time. How can I do this?

Try AT TIME ZONE, or just temporarily change the timezone setting.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andre Lopes 2010-03-09 22:07:03 Re: How to? Timestamp with timezone.
Previous Message Jeff Davis 2010-03-09 21:53:39 Re: Postgres GIS Question