MCPcopy Create free account
hub / github.com/ddnet/ddnet / time_houroftheday

Function time_houroftheday

src/base/time.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int time_houroftheday()
74{
75 time_t time_data;
76 time(&time_data);
77 const tm time_info = time_localtime_threadlocal(&time_data);
78 return time_info.tm_hour;
79}
80
81static bool time_iseasterday(time_t time_data, tm time_info)
82{

Callers 2

LoadMenuBackgroundMethod · 0.85
TESTFunction · 0.85

Calls 1

Tested by 1

TESTFunction · 0.68