Re: DateTime->modify('tomorrow') Bug in PHP 5.3 on Linux

From: Date: Tue, 12 Mar 2013 16:30:27 +0000
Subject: Re: DateTime->modify('tomorrow') Bug in PHP 5.3 on Linux
References: 1 2 3  Groups: php.internals 
Request: Send a blank email to internals+get-66595@lists.php.net to get a copy of this message
No top posting please!

On Tue, 12 Mar 2013, Jonathan Sundquist wrote:
> 
> On Tue, Mar 12, 2013 at 11:04 AM, Derick Rethans <derick@php.net> wrote:
> 
> > > Current output on Windows with PHP 5.3.14:
> > > 2013-02-05 06:33:33 
> > > 2013-02-06 00:00:00
> > >
> > > Current output on Linux (Debian) with PHP 5.3.3-7+squeeze15:
> > > 2013-02-05 06:33:33
> > > 2013-02-06 06:33:33
> > >
> > > Can somebody verify this behavior? Are there any information about 
> > > that or is there already something in the bugtracker? I have 
> > > googled but couldn't find anything about that.
> >
> > The 5.3.14 result is correct. It was apparently a bug in earlier 5.3 
> > versions.
>
> Why would the result not preserve the time?

Because "tomorrow" starts at midnight. You want "+1 day".

cheers,
Derick


Thread (6 messages)

« previous php.internals (#66595) next »