diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-28 15:25:55 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-28 15:25:55 +0000 |
commit | 31cc047d94193a98cf9753aa3181ab62f8210b7f (patch) | |
tree | 94c97bf7e42bd98bd433a6642f33c1e37fe53e07 | |
parent | af71fbafd043c2d9fe51c4a40df76f9b95c3a240 (diff) | |
download | postgresql-31cc047d94193a98cf9753aa3181ab62f8210b7f.tar.gz postgresql-31cc047d94193a98cf9753aa3181ab62f8210b7f.zip |
BDST should be "British double SUMMER time", not Standard time.
Per John Smith.
-rw-r--r-- | doc/src/sgml/datetime.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/datetime.sgml b/doc/src/sgml/datetime.sgml index 6911a9863f7..f071e0162db 100644 --- a/doc/src/sgml/datetime.sgml +++ b/doc/src/sgml/datetime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.43 2004/11/15 06:32:13 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.44 2004/12/28 15:25:55 tgl Exp $ --> <appendix id="datetime-appendix"> @@ -617,7 +617,7 @@ $PostgreSQL: pgsql/doc/src/sgml/datetime.sgml,v 2.43 2004/11/15 06:32:13 neilc E <row> <entry>BDST</entry> <entry>+02:00</entry> - <entry>British Double Standard Time</entry> + <entry>British Double Summer Time</entry> </row> <row> <entry>CEST</entry> |