1
0
Fork 0
forked from lthn/blockchain

time format for get_time_str_v2 slightly changed

This commit is contained in:
sowle 2021-10-21 17:12:01 +03:00
parent 91127ca3ea
commit 24ddd6facf
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -87,7 +87,7 @@ DISABLE_VS_WARNINGS(4996)
POP_VS_WARNINGS
if(pt)
strftime( tmpbuf, 199, "%Y-%m-%d %H:%M:%S", pt );
strftime( tmpbuf, 199, "%Y-%m-%d %H-%M-%S", pt );
else
{
std::stringstream strs;