|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-15 13:35 UTC] derick@php.net
[2006-02-15 13:42 UTC] marcel dot alburg at alkronet dot info
[2006-02-15 15:16 UTC] mgf@php.net
[2006-02-15 15:32 UTC] derick@php.net
[2006-02-18 23:55 UTC] nlopess@php.net
[2020-02-07 06:11 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 18:00:02 2025 UTC |
Description: ------------ If i enter print mktime(0,0,0,0,0,0) i get "943916400" but it must be "0" print date('r', mktime(0,0,0,0,0,0)); returns Tue, 30 Nov 1999 00:00:00 +0100 Marcel Alburg Reproduce code: --------------- print mktime(0,0,0,0,0,0); returns 943916400 Expected result: ---------------- mktime(0,0,0,0,0,0) must be 0