Skip to content

Commit b835472

Browse files
committed
Update 24 hours/1 day distinction in release notes.
1 parent 9ee8b9f commit b835472

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/src/sgml/release.sgml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.391 2005/10/15 20:12:32 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.392 2005/10/25 15:12:22 momjian Exp $
33

44
Typical markup:
55

@@ -1211,13 +1211,13 @@ psql -t -f fixseq.sql db1 | psql -e db1
12111211
Glaesemann)
12121212
</para>
12131213
<para>
1214-
Days that contain a daylight savings time adjustment are not 24
1215-
hours, but typically 23 or 25 hours. This change allows days
1216-
(not fixed 24-hour periods) to be added to dates who's result
1217-
includes a daylight savings time adjustment period. Therefore,
1218-
while in previous releases <literal>1 day</> and <literal>24
1219-
hours</> were interchangeable interval values, in this release
1220-
they are treated differently, e.g.
1214+
Dates that contain a daylight savings time adjustment are not 24
1215+
hours, but typically 23 or 25 hours. This change allows numeric days
1216+
(not fixed 24-hour periods) to be added to dates which include
1217+
a daylight savings time adjustment period. Therefore, while in
1218+
previous releases <literal>1 day</> and <literal>24 hours</> were
1219+
interchangeable interval values, in this release they are treated
1220+
differently, e.g.
12211221
<programlisting>
12221222
'2005-05-03 00:00:00 EST' + '1 day' = '2005-05-04 00:00:00-04'
12231223
'2005-05-03 00:00:00 EST' + '24 hours' = '2005-05-04 01:00:00-04'

0 commit comments

Comments
 (0)