Skip to content

Commit

Permalink
time format for get_time_str_v2 slightly changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sowle committed Oct 21, 2021
1 parent 91127ca commit 24ddd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/epee/include/time_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 24ddd6f

Please sign in to comment.