Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t1512: test ambiguous cat-file --batch and --batch-output
[gitweb.git]
/
date.c
diff --git
a/date.c
b/date.c
index 7adce327a3da971d4c250c0509521ab3f119d493..9bc15df6f9dfa635fe91760914473d953b7c970b 100644
(file)
--- a/
date.c
+++ b/
date.c
@@
-929,7
+929,7
@@
static void date_yesterday(struct tm *tm, struct tm *now, int *num)
static void date_time(struct tm *tm, struct tm *now, int hour)
{
if (tm->tm_hour < hour)
-
date_yesterday(tm, now, NULL
);
+
update_tm(tm, now, 24*60*60
);
tm->tm_hour = hour;
tm->tm_min = 0;
tm->tm_sec = 0;