screenshot file name format updated
This commit is contained in:
@@ -17,8 +17,7 @@ path enginefs::get_screenshot_file(string ext) {
|
|||||||
auto t = std::time(nullptr);
|
auto t = std::time(nullptr);
|
||||||
auto tm = *std::localtime(&t);
|
auto tm = *std::localtime(&t);
|
||||||
|
|
||||||
const char* format = "%d-%m-%Y_%H-%M-%S";
|
const char* format = "%Y-%m-%d_%H-%M-%S";
|
||||||
|
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss << std::put_time(&tm, format);
|
ss << std::put_time(&tm, format);
|
||||||
string datetimestr = ss.str();
|
string datetimestr = ss.str();
|
||||||
|
|||||||
Reference in New Issue
Block a user