Skip to content

Commit 3a272cf

Browse files
committed
Add TODO.detail for timezone:
< information, either zone name or offset from UTC > information, either zone name or offset from UTC [timezone]
1 parent 32f4ae5 commit 3a272cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Jun 4 19:32:31 EDT 2005
5+
Last updated: Sat Jun 4 20:19:57 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -180,7 +180,7 @@ Data Types
180180
* Allow customization of the known set of TZ names (generalize the
181181
present australian_timezones hack)
182182
* Allow TIMESTAMP WITH TIME ZONE to store the original timezone
183-
information, either zone name or offset from UTC
183+
information, either zone name or offset from UTC [timezone]
184184

185185
If the TIMESTAMP value is stored with a time zone name, interval
186186
computations should adjust based on the time zone rules, e.g. adding

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Jun 4 19:32:31 EDT 2005
11+
Last updated: Sat Jun 4 20:19:57 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -169,7 +169,7 @@ <h1><a name="section_3">Data Types</a></h1>
169169
</li><li>Allow customization of the known set of TZ names (generalize the
170170
present australian_timezones hack)
171171
</li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone
172-
information, either zone name or offset from UTC
172+
information, either zone name or offset from UTC [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone">timezone</a>]
173173
<p> If the TIMESTAMP value is stored with a time zone name, interval
174174
computations should adjust based on the time zone rules, e.g. adding
175175
24 hours to a timestamp would yield a different result from adding one

0 commit comments

Comments
 (0)