From a623fc1506a9b25cdea63a378b01cf48a525fe12 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 30 Dec 2021 17:32:50 +0100 Subject: [PATCH] Fixed #316 --- contrib/epee/include/time_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/time_helper.h b/contrib/epee/include/time_helper.h index 40811420..c2b439e2 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;