replace perl in example date parsing
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 9 Sep 2019 16:57:40 +0000 (18:57 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 9 Sep 2019 22:37:53 +0000 (00:37 +0200)
commit1581d8acae9b0ed74bd4c5a696f6cdc470fe84d9
treedee584ccea052de627c7d35b8503055428985c1e
parentce4b0d2b0ea9193cf2b557bbdf6b27056390a9ba
replace perl in example date parsing

Time::Piece was released with perl v5.8.9 but may not be installed on
restricted systems.  Hardcoding the number of days is less flexible but
"only" relies on a GNU date supporting -d.

Furthermore, git only supports date formatting since version 2.6.0,
so prefer an equivalent cut similar to earlier year selection.
barcat