mirror of https://github.com/postgres/postgres
Mention DST boundaries as a possible cause of regress test failure.
This commit is contained in:
parent
4aefba9077
commit
6b77778c7d
|
@ -313,6 +313,15 @@ The runtime path is /usr/local/pgsql (other paths are possible).
|
|||
environment variable PGTZ to PST8PDT to ensure proper results.
|
||||
</Para>
|
||||
|
||||
<Para>
|
||||
Some of the queries in the "timestamp" test will fail if you run
|
||||
the test on the day of a daylight-savings time changeover, or the
|
||||
day before or after one. These queries assume that the intervals
|
||||
between midnight yesterday, midnight today and midnight tomorrow are
|
||||
exactly twenty-four hours ... which is wrong if daylight-savings time
|
||||
went into or out of effect meanwhile.
|
||||
</Para>
|
||||
|
||||
<Para>
|
||||
There appear to be some systems which do not accept the recommended syntax
|
||||
for explicitly setting the local time zone rules; you may need to use
|
||||
|
|
Loading…
Reference in New Issue