test-date: drop unused "now" parameter from parse_dates()
authorJeff King <redacted>
Wed, 20 Mar 2019 08:14:30 +0000 (04:14 -0400)
committerJunio C Hamano <redacted>
Wed, 20 Mar 2019 09:34:09 +0000 (18:34 +0900)
commit04c4c766ec8252674496ab232b63c1860bcbc0a9
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/helper/test-date.c
git clone https://git.99rst.org/PROJECT