MCPcopy Create free account
hub / github.com/crossuo/crossuo / DateFromTimestamp

Function DateFromTimestamp

xuocore/uodata.cpp:792–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792static void DateFromTimestamp(const time_t rawtime, char *out, int maxLen)
793{
794 struct tm *dt = localtime(&rawtime);
795 strftime(out, maxLen, "%c", dt);
796}
797
798#define MAX_STRINGS (128 * 1000)
799static const char *g_strings[MAX_STRINGS];

Callers 1

UopLoadFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected