MCPcopy Create free account
hub / github.com/git/git / date_yesterday

Function date_yesterday

date.c:1136–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136static void date_yesterday(struct tm *tm, struct tm *now, int *num)
1137{
1138 *num = 0;
1139 tm->tm_mday = -1;
1140 update_tm(tm, now, 24*60*60);
1141}
1142
1143static void date_time(struct tm *tm, int hour)
1144{

Callers

nothing calls this directly

Calls 1

update_tmFunction · 0.85

Tested by

no test coverage detected