1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

starttime in foldername

This commit is contained in:
Michael
2023-08-23 01:47:55 +02:00
committed by GitHub
parent 538acfe3c0
commit d2bbe0f35a
4 changed files with 20 additions and 6 deletions

View File

@ -6,6 +6,7 @@ namespace vstd
{
DLL_LINKAGE std::string getFormattedDateTime(std::time_t dt);
DLL_LINKAGE std::string getDateTimeISO8601Basic(std::time_t dt);
}