From ce589225dd5d9fa661007c794fac12c7d2b35b77 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 3 Feb 2020 12:33:29 -0500 Subject: [PATCH] Add time zone abbreviation to all time point streaming --- src/ripple/basics/chrono.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/basics/chrono.h b/src/ripple/basics/chrono.h index f9722f308b..703a091844 100644 --- a/src/ripple/basics/chrono.h +++ b/src/ripple/basics/chrono.h @@ -59,7 +59,7 @@ template std::string to_string(date::sys_time tp) { - return date::format("%Y-%b-%d %T", tp); + return date::format("%Y-%b-%d %T %Z", tp); } inline