|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [1998-09-22 05:43 UTC] zeev
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 16:00:01 2025 UTC | 
The date fonction have a bug. Each lines of the following code have the time inc. by 24*3600 second (one day). But if you look at the output, you can see a probleme. date("d/m/Y h/i/s",909180000) => 24/10/1998 12/00/00; date("d/m/Y h/i/s",909266400) => 25/10/1998 12/00/00; date("d/m/Y h/i/s",909352800) => 25/10/1998 11/00/00; date("d/m/Y h/i/s",909439200) => 26/10/1998 11/00/00; PLEASE, send me any patch when you have one. Best regards.