From 1f5f4a0b62282187a8568f40821533933bf4ca40 Mon Sep 17 00:00:00 2001
From: Howard Hinnant
Howard E. Hinnant
-2016-06-01
+2016-06-06
This work is licensed
@@ -2454,6 +2454,22 @@ Output:
— end example]
+template <class CharT, class Traits, class Duration> +std::basic_ostream<class CharT, class Traits>& +operator<<(std::basic_ostream<class CharT, class Traits>& os, const utc_time<Duration>& t) ++
+++Effects: Streams
+t
toos
using the format "%F %T". This +differs from streamingsys_time
only by the use of60
for the +seconds specifier when the value represents an inserted leap second. ++Returns:
+os
. +
leap