php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13691 Mktime BUG
Submitted: 2001-10-16 09:45 UTC Modified: 2001-10-16 09:50 UTC
From: atpires at yahoo dot com Assigned:
Status: Closed Package: Date/time related
PHP Version: 4.0.6 OS: Linux 2.4.8
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: atpires at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-10-16 09:45 UTC] atpires at yahoo dot com
print "Date: " . date("d/m/Y", 1002942000) . " - " . date("d/m/Y", 1003024800);

both return 13/10/2001 ... and not

13/10/2001 - 14/10/2001

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-16 09:50 UTC] derick@php.net
Are you sure this is not relation to daylight savings time? I'm pretty sure it is. Please reopen if this is not the case.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC