forked from lthn/blockchain
Fixed #316
This commit is contained in:
parent
ca8ce3c184
commit
a623fc1506
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue