|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.31 2003/03/13 01:30:29 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.32 2003/04/06 17:47:24 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="regress">
|
4 | 4 | <title id="regress-title">Regression Tests</title>
|
@@ -201,14 +201,26 @@ gmake installcheck
|
201 | 201 | <title>Date and time differences</title>
|
202 | 202 |
|
203 | 203 | <para>
|
204 |
| -Some of the queries in the <filename>horology</filename> test will |
| 204 | +A few of the queries in the <filename>horology</filename> test will |
205 | 205 | fail if you run the test on the day of a daylight-saving time
|
206 |
| - changeover, or the daybefore orafter one. These queriesassume |
207 |
| -thatthe intervals between midnight yesterday, midnight today and |
| 206 | + changeover, or the day after one. These queriesexpect that |
| 207 | + the intervals between midnight yesterday, midnight today and |
208 | 208 | midnight tomorrow are exactly twenty-four hours --- which is wrong
|
209 | 209 | if daylight-saving time went into or out of effect meanwhile.
|
210 | 210 | </para>
|
211 | 211 |
|
| 212 | + <note> |
| 213 | + <para> |
| 214 | + Because USA daylight-saving rules are used, this problem always |
| 215 | + occurs on the first Sunday of April, the last Sunday of October, |
| 216 | + and their following Mondays, regardless of when daylight-saving |
| 217 | + is in effect where you live. Also note that the problem appears or |
| 218 | + disappears at midnight Pacific time (UTC-7 or UTC-8), not midnight |
| 219 | + your local time. Thus the failure may appear late on Saturday or |
| 220 | + persist through much of Tuesday, depending on where you live. |
| 221 | + </para> |
| 222 | + </note> |
| 223 | + |
212 | 224 | <para>
|
213 | 225 | Most of the date and time results are dependent on the time zone
|
214 | 226 | environment. The reference files are generated for time zone
|
|