|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-15 20:29 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
result from following operation is 23 hours instead of expected 24: echo ((StrToTime ('02-04-01') - StrToTime ('02-03-31')) / 3600) everything seems to work, for example, in this case: echo ((StrToTime ('02-04-02') - StrToTime ('02-04-01')) / 3600)