php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38862 Unix timestamp error
Submitted: 2006-09-17 19:53 UTC Modified: 2006-09-18 05:52 UTC
From: weerachai dot m at egat dot co dot th Assigned:
Status: Not a bug Package: Calendar related
PHP Version: 5.1.6 OS: winXP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: weerachai dot m at egat dot co dot th
New email:
PHP Version: OS:

 

 [2006-09-17 19:53 UTC] weerachai dot m at egat dot co dot th
Description:
------------
$t1= unixtojd(mktime(0, 0, 0, 03, 26, 2006));  
$t2= unixtojd(mktime(0, 0, 0, 03, 27, 2006)); 

Actual result:
--------------
return same value
2453821
2453821

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-17 20:11 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Cannot reproduce.

 [2006-09-18 05:52 UTC] derick@php.net
There is not even an unixtojd() function and I assume there is just something you are missing here because of the Daylight Savings Switch at this day.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC