php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11960 I dont know is this an bug?
Submitted: 2001-07-08 10:17 UTC Modified: 2001-07-08 15:38 UTC
From: php at ollysoft dot de Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 4.0.5 OS: win2000 - IIS5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 19 = ?
Subscribe to this entry?

 
 [2001-07-08 10:17 UTC] php at ollysoft dot de
Please sorry for my bad english... :-)

I use PHP 4.0.5 on Win2000 Server and IIS5.

I have seen this:

one day has 86400 seconds ! 

now this:

$a=getdate(3370 * 86400); //result the 25.3.1979 1:00:00 
and... 
$a=getdate(3371 * 86400); //result the 26.3.1979 2:00:00 

Whay is this so?
Had the 25.3.1979 only 23 hours?
Or think i not korrect?

Please mail me if this is an bug or not.
(php@ollysoft.de)

Thanks for your time
Greetings from germany
Oliver


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-08 15:23 UTC] jimw@php.net
march 25 looks to me like the day that parts of western europe transition to daylight savings time, which would mean that 23 hours is correct.
 [2001-07-08 15:38 UTC] derick@php.net
Not a bug, so bugus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC