Re: Undocumented datetime functions

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-docs(at)postgresql(dot)org, Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Subject: Re: Undocumented datetime functions
Date: 2001-02-16 19:21:06
Message-ID: 3A8D7DA2.40794967@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> I'm confused about tz_hour and tz_minute. Are the regular 'hour' and
> 'minute' time zone asensitive?

Regular hour and minute arguments return values interpreted in the
currently valid time zone, except for types which have no affiliated
time zone (e.g. "time").

tz_hour and tz_minute return the hour and minutes fields of the current
time zone, or stored time zone for the timetz type.

- Thomas

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thomas Lockhart 2001-02-16 20:20:16 Re: Unable to unpack PostgresQL postscript documentation
Previous Message Peter Eisentraut 2001-02-16 18:10:27 Re: Undocumented datetime functions