From: costanzo_pablo at hotmail dot com Operating system: All PHP version: Irrelevant Package: Date/time related Bug Type: Bug Bug description:Bug in a determinated second...
Description: ------------ Date timestamp 1363485599 is little than 1363485600 But... when run date function... 1363485600 is greater than 1363485599 1363485599 = 16/03/2013 23:59:59 1363485600 = 16/03/2013 23:00:00 Test script: --------------- <?php echo date("d/m/Y H:i:s", 1363485599).'<br>'.date("d/m/Y H:i:s", 1363485600); ?> And when execute it... 16/03/2013 23:59:59 16/03/2013 23:00:00 1363485"599"<1363485"600" -- Edit bug report at https://bugs.php.net/bug.php?id=64587&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=64587&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=64587&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=64587&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=64587&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=64587&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=64587&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=64587&r=needscript Try newer version: https://bugs.php.net/fix.php?id=64587&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=64587&r=support Expected behavior: https://bugs.php.net/fix.php?id=64587&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=64587&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=64587&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=64587&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64587&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=64587&r=dst IIS Stability: https://bugs.php.net/fix.php?id=64587&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=64587&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=64587&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=64587&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=64587&r=mysqlcfg