diff --git a/src/ripple/basics/chrono.h b/src/ripple/basics/chrono.h index f9722f308..703a09184 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