From 91a753f68b7725169d4abfaf13e0c4164a258e77 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 30 Jan 2007 22:37:15 +0000 Subject: Add FAQ item about timezones and daylight savings time. --- doc/src/FAQ/FAQ.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 1785f953907..da112652aeb 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Fri Jan 5 15:40:20 EST 2007

+

Last updated: Tue Jan 30 17:37:01 EST 2007

Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -41,7 +41,9 @@ 1.12) How do I submit a patch or join the development team?
1.13) How does PostgreSQL compare to other - DBMSs?
+ DBMSs?
+ 1.14) Will PostgreSQL handle recent daylight + saving time changes in various countries?

User Client Questions

@@ -437,6 +439,14 @@ +

1.14) Will PostgreSQL handle recent daylight + saving time changes in various countries?

+ +

PostgreSQL versions prior to 8.0 use the operating system's + timezone database for daylight saving information. All current + versions of PostgreSQL 8.0 and later contain up-to-date timezone + information.

+

User Client Questions

-- cgit v1.2.3