MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / tm

Class tm

ImGuiFileDialog.cpp:840–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838 size_t len = 0;
839#ifdef _MSC_VER
840 struct tm _tm;
841 errno_t err = localtime_s(&_tm, &statInfos.st_mtime);
842 if (!err) len = strftime(timebuf, 99, DateTimeFormat, &_tm);
843#else // _MSC_VER

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected