diff --git a/contrib/epee/include/time_helper.h b/contrib/epee/include/time_helper.h index c2b439e2..40811420 100644 --- a/contrib/epee/include/time_helper.h +++ b/contrib/epee/include/time_helper.h @@ -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; diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 5c9028f2..cbceb80b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -3258,7 +3258,7 @@ void wallet2::get_recent_transfers_history(std::vector