MCPcopy 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
71std::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

startCountdownFunction · 0.85
addPlayerFunction · 0.85
cleanupServerFunction · 0.85
operator()Method · 0.85
printTimeMethod · 0.85
generateBodyMethod · 0.85
LogLoopMethod · 0.85
clearLogMethod · 0.85
processMethod · 0.85
ChatLoopMethod · 0.85
processMethod · 0.85

Calls 1

appendTimeFunction · 0.85

Tested by

no test coverage detected