Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ printTime
Function
printTime
plugins/plugin_utils/plugin_utils.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
std::string printTime(bz_Time* ts, const char* _timezone) {
72
std::string time;
73
appendTime(time, ts, _timezone);
74
return time;
75
}
76
77
//Date: Mon, 23 Jun 2008 17:50:22 GMT
78
Callers
11
startCountdown
Function · 0.85
addPlayer
Function · 0.85
cleanupServer
Function · 0.85
operator()
Method · 0.85
printTime
Method · 0.85
generateBody
Method · 0.85
LogLoop
Method · 0.85
clearLog
Method · 0.85
process
Method · 0.85
ChatLoop
Method · 0.85
process
Method · 0.85
Calls
1
appendTime
Function · 0.85
Tested by
no test coverage detected