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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 26 04:01:30 2024 UTC