(timeReadable->tm_mon + 1 > 9 ? std::to_string(timeReadable->tm_mon + 1) : "0" + std::to_string(timeReadable->tm_mon + 1)) + // Month MM (timeReadable->tm_mday > 9 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results