On Sun, Nov 9, 2008 at 3:50 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
> On Sun, 2008-11-09 at 19:46 +0100, gilles wrote:
>> "Thodoris" <[EMAIL PROTECTED]> a crit dans le message de news:
>> [EMAIL PROTECTED]
>> > O/H Bastien Koert ??????:
>> >> 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]>
>> >>
>> >>
>> >>> gilles wrote:
>> >>>
>> >>>
>> >>>> Avec la version 4 de php, strtotime("20080950") fonctionne correctement
>> >>>> en
>> >>>> allant sur le mois d'octobre, alors qu'en version 5: 19700101.
>> >>>> Merci de votre aide
>> >>>>
>> >>>>
>> >>>>
>> >>> This is an ENGLISH list, please rephrase your question in english and
>> >>> people might understand.
>> >>>
>> >>> Cette liste est une liste anglaise, reformulent svp votre question en
>> >>> anglais svp.
>> >>>
>> >>> merci,
>> >>>
>> >>> - Tul
>> >>>
>> >>>
>> >>> --
>> >>> PHP General Mailing List (http://www.php.net/)
>> >>> To unsubscribe, visit: http://www.php.net/unsub.php
>> >>>
>> >>>
>> >>>
>> >> I'll translate
>> >>
>> >> In PHP4, strtotime works fine
>> >>
>> >
>> > Define "works  fine".
>> >
>> >> in PHP5 strtotime gives a result of 19700101 when the data entered was
>> >> strtotime("20080950")
>> >>
>> >>
>> >
>> > Linux
>> > PHP version 5.1.6
>> > Apache 2
>> >
>> > This strtotime("20080950") returns nothing.
>> >
>> > ---
>> > Thodoris
>> "Works fine" in php4 means date("d/m/Y",strtotime("20080950")) returns
>> 20/10/2008, which is correct.
>> Thanks
>>
>>
>>
> Which is actually incorrect (I've never seen the 50th of September) and
> it was fixed in PHP 5. What you are assuming is correct behaviour is
> actually a bug.
>
>
> Ash
> www.ashleysheridan.co.uk
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

I didn't read this thread (sorry) but I wonder if timezone/locale
might be the culprit.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to