php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #43595 Be able to add a UNIX timestamp to constructor of DateTime
Submitted: 2007-12-14 10:47 UTC Modified: 2007-12-14 22:42 UTC
From: mattis at xait dot no Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 5.2.5 OS: Windows XP SP2
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: mattis at xait dot no
New email:
PHP Version: OS:

 

 [2007-12-14 10:47 UTC] mattis at xait dot no
Description:
------------
It would be nice if DateTime could accept something like:

$dt = new DateTime(time());

or maybe a method like so:

DateTime::createFromTimestamp(time());


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-14 22:42 UTC] derick@php.net
Fixed by Scott in CVS, but not as a factory method, but rather as the normal method setTimestamp().
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC