mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
00a334f1ed
commit
4ab19521df
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue