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

Function date_now

date.c:1130–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128}
1129
1130static void date_now(struct tm *tm, struct tm *now, int *num)
1131{
1132 *num = 0;
1133 update_tm(tm, now, 0);
1134}
1135
1136static void date_yesterday(struct tm *tm, struct tm *now, int *num)
1137{

Callers

nothing calls this directly

Calls 1

update_tmFunction · 0.85

Tested by

no test coverage detected