how do I change regional setting for dates?

Lists: pgsql-sql
From: "Ligia Pimentel" <pimentel_ligia(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: how do I change regional setting for dates?
Date: 2002-07-24 19:38:50
Message-ID: ahn42f$163u$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-sql

I live in Guatemala, and our timezone is GMT -6, but my server (postgres 7.1
on a linux redhat 6.2) is storing the dates in the format

2002-07-24 00:00:00-04 ( I this understand represents GMT -4).

My linux servers gives me the the date and time correctly, so I know is not
a matter of the date of the server, and I checked and its GMT-6 (which is
right) .

How do I change the regional setting in postgres?

Thanks,

Ligia


From: Robert Treat <rtreat(at)webmd(dot)net>
To: Ligia Pimentel <pimentel_ligia(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: how do I change regional setting for dates?
Date: 2002-07-25 14:26:49
Message-ID: 1027607209.8303.37.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-sql

You can do "show all" inside psql, which will show you all of your
current run time settings, including a line that should read "Time Zone
is unset" or whatever it is set to.

This isn't abundantly clear in the docs, so I'll add some notation
there, but if you check out

http://www.postgresql.org/idocs/index.php?sql-set.html
and
http://www.postgresql.org/idocs/index.php?timezones.html

it will explain how to update your internal timezone as needed.

Robert Treat

On Wed, 2002-07-24 at 15:38, Ligia Pimentel wrote:
> I live in Guatemala, and our timezone is GMT -6, but my server (postgres 7.1
> on a linux redhat 6.2) is storing the dates in the format
>
> 2002-07-24 00:00:00-04 ( I this understand represents GMT -4).
>
> My linux servers gives me the the date and time correctly, so I know is not
> a matter of the date of the server, and I checked and its GMT-6 (which is
> right) .
>
> How do I change the regional setting in postgres?
>
>
> Thanks,
>
> Ligia
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster