bjori Tue Oct 10 12:29:19 2006 UTC
Modified files:
/phpdoc/en/reference/datetime/functions date.xml
Log:
Max value of the "Z" format is 50400
# cought by user note, richienz
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date.xml?r1=1.32&r2=1.33&diff_format=u
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.32
phpdoc/en/reference/datetime/functions/date.xml:1.33
--- phpdoc/en/reference/datetime/functions/date.xml:1.32 Fri Sep 8
09:04:09 2006
+++ phpdoc/en/reference/datetime/functions/date.xml Tue Oct 10 12:29:19 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
<refentry id="function.date">
<refnamediv>
<refname>date</refname>
@@ -246,7 +246,7 @@
<entry><literal>Z</literal></entry>
<entry>Timezone offset in seconds. The offset for timezones west of
UTC is always
negative, and for those east of UTC is always positive.</entry>
- <entry><literal>-43200</literal> through
<literal>43200</literal></entry>
+ <entry><literal>-43200</literal> through
<literal>50400</literal></entry>
</row>
<row>
<entry align="center"><emphasis>Full Date/Time</emphasis></entry>