|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-08-30 12:49 UTC] derick@php.net
[2007-08-30 13:14 UTC] up at co dot inbox dot lv
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 12:00:02 2025 UTC |
Description: ------------ strtotime() returns false if timezone is set to UT, it worked in php4 but is broken in php5 Reproduce code: --------------- <?php print strtotime('Tue, 21 Aug 2007 06:23:46 UT'); ?> Expected result: ---------------- On PHP Version 4.4.1: 1187677426 Actual result: -------------- Empty