Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ parse_approx_timestamp
Function
parse_approx_timestamp
t/helper/test-date.c:89–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
static void parse_approx_timestamp(const char **argv)
90
{
91
for (; *argv; argv++) {
92
timestamp_t t;
93
t = approxidate(*argv);
94
printf(
"%s -> %"
PRItime
"\n"
, *argv, t);
95
}
96
}
97
98
static void getnanos(const char **argv)
99
{
Callers
1
cmd__date
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected