From 24ddd6facf26032d1b43bbf96954655c8893f208 Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 21 Oct 2021 17:12:01 +0300 Subject: [PATCH] time format for get_time_str_v2 slightly changed --- 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 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;