php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3240 Y2K Problem
Submitted: 2000-01-18 02:00 UTC Modified: 2000-07-05 02:29 UTC
From: gnt123 dot geo at yahoo dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0.14 OS: Win 98 SE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gnt123 dot geo at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-01-18 02:00 UTC] gnt123 dot geo at yahoo dot com
I work with Sybase DB when read from datetime field the results are allright, but when I format the date I receive strange result 

##     print(date(" d.m.y h:i", $result[2]));

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-18 08:03 UTC] rasmus at cvs dot php dot net
Is $result[2] actually a valid Unix timestamp?  Print out the value of it before this call.  
 [2000-07-05 02:29 UTC] rasmus at cvs dot php dot net
Doesn't look like a PHP bug to me.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC