php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11876 gmdate() and date() wont generate a date greater than January 19, 2039
Submitted: 2001-07-04 08:38 UTC Modified: 2001-07-04 12:43 UTC
From: ryan at jarp dot cjb dot net Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 4.0.6 OS: Windows ME
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: ryan at jarp dot cjb dot net
New email:
PHP Version: OS:

 

 [2001-07-04 08:38 UTC] ryan at jarp dot cjb dot net
gmdate() and date() wont generate a date greater than January 19, 2039 @ 3:14:07 AM. if you write gmdate("F j, Y @ g:i A", 2147483647) it gives you "January 19, 2039 @ 3:14:07 AM", but if you add one second to it and do gmdate("F j, Y @ g:i A", 2147483648) it gives you an error.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-04 08:40 UTC] derick@php.net
This is not a bug in PHP, but a limitated in your OS.
The time field is only 32 bits which means that dates larger then the date you want does not work.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC