|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-17 16:34 UTC] scottmacvicar at ntlworld dot com
[2006-04-17 16:40 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 18:00:01 2025 UTC |
Description: ------------ mktime don't read a param minutes. Reproduce code: --------------- <? $date = mktime(10,30,40,1,1,1970); echo date("d/m/Y H:m:s",$date); ?> Expected result: ---------------- 01/01/1970 10:30:40 Actual result: -------------- 01/01/1970 10:01:40