mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +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
|
std::string
|
||||||
to_string(date::sys_time<Duration> tp)
|
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
|
inline
|
||||||
|
|||||||
Reference in New Issue
Block a user