1
0
Fork 0
forked from lthn/blockchain
This commit is contained in:
cryptozoidberg 2021-12-30 17:32:50 +01:00
parent ca8ce3c184
commit a623fc1506
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

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;