On 08/11/16 12:46, Derick Rethans wrote:
>> Support for microseconds was added late in the 7.1 RC cycle, however is has
>> > some issues:
> Some *additional* support for microseconds was added in the PHP 7.1
> cycle, mostly to support bug fixes that have been around for a long
> time.
We had a s
On 11/08/2016 01:46 PM, Derick Rethans wrote:
On Tue, 8 Nov 2016, Arjen Schol wrote:
Hi,
Support for microseconds was added late in the 7.1 RC cycle, however is has
some issues:
Some *additional* support for microseconds was added in the PHP 7.1
cycle, mostly to support bug fixes that have b
On 11/08/2016 02:49 PM, Derick Rethans wrote:
Hi,
On Tue, 8 Nov 2016, Arjen Schol wrote:
I think you make some bad assumptions here.
Please don't top-reply on this list.
The examples provided by Sjon are
scripts submitted to 3v4l.org They may have bad assumptions, but are real life
example
On Tue, Nov 8, 2016 at 6:28 AM, Alice Wonder wrote:
> On 11/08/2016 04:16 AM, Arjen Schol wrote:
>
>> Hi Dan,
>>
>> I think you make some bad assumptions here. The examples provided by
>> Sjon are scripts submitted to 3v4l.org They may have bad assumptions,
>> but are real life examples of DateTi
On 11/08/2016 04:16 AM, Arjen Schol wrote:
Hi Dan,
I think you make some bad assumptions here. The examples provided by
Sjon are scripts submitted to 3v4l.org They may have bad assumptions,
but are real life examples of DateTime usage. And they will break.
They are already broken. That's the p
Hi,
On Tue, 8 Nov 2016, Arjen Schol wrote:
> I think you make some bad assumptions here.
Please don't top-reply on this list.
> The examples provided by Sjon are
> scripts submitted to 3v4l.org They may have bad assumptions, but are real life
> examples of DateTime usage. And they will break.
On Tue, 8 Nov 2016, Arjen Schol wrote:
> Hi,
>
> Support for microseconds was added late in the 7.1 RC cycle, however is has
> some issues:
Some *additional* support for microseconds was added in the PHP 7.1
cycle, mostly to support bug fixes that have been around for a long
time.
>
> 1. The
Hi Nikita,
The https://3v4l.org/YUhFF example was to demonstrate it is NOT easy to
set microseconds to zero. NOT to demonstrate new DateTime("5 minutes
ago") == new DateTime("5 minutes ago").
new DateTime("5 minutes ago, 0 microseconds") indeed sets the
microseconds to zero (nice to know) bu
Hey Arjen,
On 8 November 2016 at 09:32, Arjen Schol wrote:
There is no easy way to set microseconds to 0, you have to call setTime
There actually is an easy way, you can pass microseconds absolute value
in the constructor as well, it would like: `new DateTime("5 minutes ago, 0
microseconds"
Hi Dan,
I think you make some bad assumptions here. The examples provided by
Sjon are scripts submitted to 3v4l.org They may have bad assumptions,
but are real life examples of DateTime usage. And they will break.
We have two issues in our codebase. We ARE testing RC release, I think
feedbac
On 8 November 2016 at 09:32, Arjen Schol wrote:
> Hi,
>
> Support for microseconds was added late in the 7.1 RC cycle, however is has
> some issues:
My understanding is that if this affects your code, then your code
already has a bad assumption in it. The code is mistakenly assuming
that two Dat
Hi,
Support for microseconds was added late in the 7.1 RC cycle, however is
has some issues:
1. There is no easy way to set microseconds to 0, you have to call
setTime see https://3v4l.org/YUhFF A setMicroseconds method would be
handy and/or support to relative strings to set microseconds to
12 matches
Mail list logo