I'm trying to parse the following ISO 8601 date in PHP 4 using the strtotime function:
2012-02-01T00:00:00.000Z
However this returns -1. How come and what can I do to work around this?
Unfortunately I'm stuck using PHP 4.3.10 and so can't use any of the newer functions to parse dates.