Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA21285; Thu, 7 Nov 91 13:32:16 -0800
Message-Id: <9111072132.AA21285@postgres.Berkeley.EDU>
From: mao@postgres.Berkeley.EDU (Mike Olson)
Subject: Re: abstime
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Thu, 07 Nov 91 13:19:14 PST.
             <9111072119.AA20993@postgres.Berkeley.EDU> 
Date: Thu, 07 Nov 91 13:34:28 PST

In message <9111072119.AA20993@postgres.Berkeley.EDU> you write:

> I was able to retrieve the tuples you describe by specifying the epoch
> date explicitly:
> 
>   retrieve (repair.all) where repair.date = "Dec 31 16:00:00 1901 PDT"::abstime

the expression

	retrieve (repair.all) where repair.date = "epoch"::abstime

is exactly equivalent, and is independent of the timezone in which you
find yourself.
					mike
