Package: php5-cli Version: 5.3.3-7+squeeze14 When I invoke the following code, the day in the array return is invalid ([month] -> 1, [day] -> 71). <?php print_r(date_parse_from_format('z', '70')); ?> On Debian Wheezy (testing), it appears to provide a valid month and day for the current year.