Function timePointAsString

#include <Geode/utils/general.hpp>std::stringtimePointAsString()

Converts the given time point into a string using ctime.

Parameters

tp

The timepoint
Return value
The converted string
Examples0