mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +00:00
Add time zone abbreviation to all time point streaming
This commit is contained in:
committed by
Manoj doshi
parent
79896af275
commit
ce589225dd
@@ -59,7 +59,7 @@ template <class Duration>
|
||||
std::string
|
||||
to_string(date::sys_time<Duration> tp)
|
||||
{
|
||||
return date::format("%Y-%b-%d %T", tp);
|
||||
return date::format("%Y-%b-%d %T %Z", tp);
|
||||
}
|
||||
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user