Re: System Date

From: "Benjamin Krajmalnik" <kraj(at)illumen(dot)com>
To: "Negandhi, Nishith" <Nishith(dot)Negandhi(at)infoUSA(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: System Date
Date: 2007-01-18 23:31:04
Message-ID: F4E6A2751A2823418A21D4A160B68988029EAA@fletch.stackdump.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

select CURRENT_TIMESTAMP

or

select LOCALTIMESTAMP

the first has the information with the timezone offset at the end,
whereas the second does not.

________________________________

From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Negandhi, Nishith
Sent: Thursday, January 18, 2007 3:43 PM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] System Date


Hi,
How to check the system date using PG/SQL ??

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Negandhi, Nishith 2007-01-19 00:04:16 Re: System Date
Previous Message Negandhi, Nishith 2007-01-18 22:42:58 System Date