MCPcopy Create free account
hub / github.com/cppla/ServerStatus / tm

Class tm

server/src/system.c:1760–1760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758{
1759 time_t time_data;
1760 struct tm *time_info;
1761
1762 time(&time_data);
1763 time_info = localtime(&time_data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected