Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ getlt
Function
getlt
src/calendar.c:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
staticfn struct tm *
41
getlt(void)
42
{
43
time_t date = getnow();
44
45
return localtime((LOCALTIME_type) &date);
46
}
47
48
int
49
getyear(void)
Callers
9
getyear
Function · 0.85
yyyymmdd
Function · 0.85
hhmmss
Function · 0.85
yyyymmddhhmmss
Function · 0.85
time_from_yyyymmddhhmmss
Function · 0.85
phase_of_the_moon
Function · 0.85
friday_13th
Function · 0.85
night
Function · 0.85
midnight
Function · 0.85
Calls
2
getnow
Function · 0.85
localtime
Function · 0.85
Tested by
no test coverage detected