|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-16 11:23 UTC] tony2001@php.net
[2005-12-16 23:39 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Description: ------------ The conversion of an ISO-Date with microseconds with strtotime worked under PHP 5.0.4 but doesn't under PHP 5.1.1 Reproduce code: --------------- <?php print strtotime("2000-10-10T10:12:30.000"); ?> Expected result: ---------------- 971165550 Actual result: -------------- nothing