test-date: drop unused "now" parameter from parse_dates()
commit04c4c766ec8252674496ab232b63c1860bcbc0a9
authorJeff King <peff@peff.net>
Wed, 20 Mar 2019 08:14:30 +0000 (20 04:14 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 09:34:09 +0000 (20 18:34 +0900)
tree1848b93ec02d15eb6d239d94235373cf3781bf56
parent5bb1cb6d023fb1087694b8d7148bc6f3f306efc5
test-date: drop unused "now" parameter from parse_dates()

We only need the current time for relative dates like "5
minutes ago", and those are parsed only through approxidate,
not the strict parser used by parse_dates().

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-date.c