Index: mythplugins/mythweb/INSTALL
===================================================================
--- mythplugins/mythweb/INSTALL	(revision 18726)
+++ mythplugins/mythweb/INSTALL	(working copy)
@@ -2,7 +2,7 @@
 requirements and instructions for MythWeb.  Please see README for other
 information.
 
-February 16, 2008
+October 26, 2008
 
 ========
 Contents
@@ -18,6 +18,7 @@
 5.0     Apache
 5.1         Apache Config
 6.0     Lighttpd
+7.0     PHP
 
 =======
 Summary
@@ -328,3 +329,25 @@
 
 Sorry, no documentation here yet...
 
+=======
+7.0 PHP
+=======
+
+PHP tries to determine the system's local timezone settings automatically
+but may not be successful on every distribution. To ensure that PHP uses
+the correct timezone, edit php.ini and configure the date.timezone variable
+to your local timezone.
+
+For example, to set the PHP timezone to Europe/London:
+
+  vim /etc/php.ini
+
+add/uncomment the date.timezone variable:
+
+  date.timezone = Europe/London
+
+and then restart Apache (exact commands depend on distribution):
+
+  /etc/init.d/apache2 stop
+  /etc/init.d/apache2 start
+
Index: mythplugins/mythweb/README
===================================================================
--- mythplugins/mythweb/README	(revision 18726)
+++ mythplugins/mythweb/README	(working copy)
@@ -139,6 +139,12 @@
     mythweb.conf.apache file in more detail to make sure you didn't miss
     an important setup file.
 
+Q: MythWeb complains about "Warning: Unknown Programme" after Daylight Savings
+    Time has started/finished.
+A: PHP may not have determined your local timezone correctly. Read the PHP 
+    section of MythWeb's INSTALL file to find out how to correctly configure 
+    your timezone in PHP.
+
 Q: Why is my MythWeb install locked?
 A: Given the absolutely huge number of open mythweb installs, we have added in
     a automatic lockdown feature when we detect a bot or the like. This is to
