]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-date.c
Merge branch 'lt/date-human'
[thirdparty/git.git] / t / helper / test-date.c
index 9b2ac772eeac5397289c8a26e2d447a6aa4e8679..a47bfa3003ba72d9ccac56981bf2ed89302af802 100644 (file)
@@ -17,7 +17,7 @@ static void show_relative_dates(const char **argv, struct timeval *now)
 
        for (; *argv; argv++) {
                time_t t = atoi(*argv);
-               show_date_relative(t, 0, now, &buf);
+               show_date_relative(t, now, &buf);
                printf("%s -> %s\n", *argv, buf.buf);
        }
        strbuf_release(&buf);