t0101: use absolute date
commit8e52dc30fc357755985306f2faae4fcfd038e0f3
authorJeff King <peff@peff.net>
Thu, 28 Jan 2010 08:52:18 +0000 (28 03:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2010 08:58:17 +0000 (28 00:58 -0800)
treea2b3752f865a75845348922c4e9cd84665b71cfc
parentb62cb17a65b180c0ee6e48ee3f7395c52b2e5ea1
t0101: use absolute date

The original version used relative approxidates, which don't
reproduce as reliably as absolute ones. Commit 6c647a fixed
this for one case, but missed the "silly" case.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0101-at-syntax.sh