|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-04-09 13:42 UTC] joseph dot p dot weigel at aexp dot com
-------------------- Test Script -------------------- $testTS = 'Tue Apr 9 11:37:21 MDT 2002'; # Output of UNIX command 'date' print strtotime ($testTS); -------------------- Yields -------------------- -1 -------------------- PHP Info -------------------- PHP Version 4.1.2 System SunOS slc-sun4 5.7 Generic_106541-15 sun4u sparc SUNW,Ultra-Enterprise Build Date Apr 2 2002 Configure Command 'configure' '--with-jpeg-dir=/usr/local' '--with-gd=/usr/local' '--with-ibm-db2=/home/slcd0005/sqllib' '--with-apache=/home/tc2876a/stage/apache/apache_1.3.12' Server API Apache Virtual Directory Support disabled Configuration File (php.ini) Path /usr/local/lib/php.ini ZEND_DEBUG disabled Thread Safety disabled -------------------- Notes -------------------- Worked in 4.0.2 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 13:00:01 2025 UTC |
----- Linux Test Script ------ echo strtotime("2002 Fri Apr 26 16:40:13"); echo strtotime("Fri Apr 26 16:40:13 EDT 2002"); echo strtotime("Fri Apr 26 16:40:13 2002"); ------------------------------ -------- Yields -------------- -1 -1 -1 -------- PHP Info ------------ PHP Version 4.1.1 System Linux 2.4.18-preempt-1 Server API Apache