Edit report at http://bugs.php.net/bug.php?id=52205&edit=1
ID: 52205 User updated by: vladzur at gmail dot com Reported by: vladzur at gmail dot com Summary: strtotime() fault dates grater than to 2010-06-12 Status: Bogus Type: Bug Package: Date/time related Operating System: Ubuntu 10.04 PHP Version: 5.3.2 New Comment: doesn't work this: echo strtotime('2010/06/13) echo strtotime('13/06/2010') Previous Comments: ------------------------------------------------------------------------ [2010-06-29 18:31:46] ras...@php.net php > echo strtotime('2010-06-13'); 1276412400 works fine here on 5.3.2 Ubuntu. ------------------------------------------------------------------------ [2010-06-29 18:21:59] vladzur at gmail dot com Description: ------------ strtotime returns nothing when give dates grather than 2010-06-12 echo strtotime('2010-06-13') //nothing here!!! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52205&edit=1