example: ``` $ /usr/bin/date -d'2005-01-01 +351 day' 2005 $ ./target/debug/coreutils date -d'2005-01-01 +351 day' date: invalid date '2005-01-01 +351 day' ``` Tested here: https://github.com/coreutils/coreutils/blob/master/tests/date/date.pl#L325