didou Wed Nov 19 08:00:31 2003 EDT
Modified files:
/phpdoc/en/reference/datetime/functions strtotime.xml
Log:
fixing #25598
Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.3
phpdoc/en/reference/datetime/functions/strtotime.xml:1.4
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.3 Fri Mar 21 10:46:14
2003
+++ phpdoc/en/reference/datetime/functions/strtotime.xml Wed Nov 19 08:00:31
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
<refentry id="function.strtotime">
<refnamediv>
@@ -70,6 +70,10 @@
1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are
the dates that correspond to the minimum and maximum values for
a 32-bit signed integer.)
+ Additionally, not all platforms support negative timestamps, therefore
+ your date range may be limited to no earlier than the unix epoch. This
+ means that e.g. dates prior to Jan 1, 1970 will not work on Windows,
+ some Linux distributions, and a few other operating systems.
</para>
</note>
</refsect1>