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
 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 05:01:29 2025 UTC