From ca6c7e81e1374081b58cee37f1f9e735bb4696ee Mon Sep 17 00:00:00 2001 From: sowle Date: Fri, 31 Dec 2021 06:47:22 +0300 Subject: [PATCH] #316 re-implemented using get_time_str instead of get_time_str2 --- contrib/epee/include/time_helper.h | 2 +- src/wallet/wallet2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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