Warn before DST (bug #26793)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168714 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-09-17 12:24:34 +00:00
parent 00a334f1ed
commit 4ab19521df

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<reference id="ref.datetime">
<title>Date and Time Functions</title>
<titleabbrev>Date/Time</titleabbrev>
@ -15,7 +15,10 @@
<simpara>
Please keep in mind that these functions are dependent on
the locale settings of your server. Make sure to take
daylight saving time and leap years into consideration when working
daylight saving time (use e.g.
<literal>$date = strtotime('+7 days', $date)</literal> and not
<literal>$date += 7*24*60*60</literal>)
and leap years into consideration when working
with these functions.
</simpara>
</note>