From: Bruce Momjian Date: Sun, 5 Jun 2005 00:20:02 +0000 (+0000) Subject: Add TODO.detail for timezone: X-Git-Tag: REL8_1_0BETA1~644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a272cf0325cf6e13bc1f5544a2fca5b6f519e90;p=postgresql Add TODO.detail for timezone: < information, either zone name or offset from UTC > information, either zone name or offset from UTC [timezone] --- diff --git a/doc/TODO b/doc/TODO index 0dc942cb85..becbaf59d7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jun 4 19:32:31 EDT 2005 +Last updated: Sat Jun 4 20:19:57 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -180,7 +180,7 @@ Data Types * Allow customization of the known set of TZ names (generalize the present australian_timezones hack) * Allow TIMESTAMP WITH TIME ZONE to store the original timezone - information, either zone name or offset from UTC + information, either zone name or offset from UTC [timezone] If the TIMESTAMP value is stored with a time zone name, interval computations should adjust based on the time zone rules, e.g. adding diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 62cdd9275d..b487b458d9 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jun 4 19:32:31 EDT 2005 +Last updated: Sat Jun 4 20:19:57 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -169,7 +169,7 @@ first.

  • Allow customization of the known set of TZ names (generalize the present australian_timezones hack)
  • Allow TIMESTAMP WITH TIME ZONE to store the original timezone - information, either zone name or offset from UTC + information, either zone name or offset from UTC [timezone]

    If the TIMESTAMP value is stored with a time zone name, interval computations should adjust based on the time zone rules, e.g. adding 24 hours to a timestamp would yield a different result from adding one