From Jason Turner

[time.clock.system]

Diff to HTML by rtfpessoa

tmp/tmpokpym31o/{from.md → to.md} RENAMED
@@ -75,13 +75,11 @@ template<class charT, class traits, class Duration>
75
  `false`, and `Duration{1} < days{1}` is `true`.
76
 
77
  *Effects:* Equivalent to:
78
 
79
  ``` cpp
80
- auto const dp = floor<days>(tp);
81
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{} {}"),
82
- year_month_day{dp}, hh_mm_ss{tp-dp});
83
  ```
84
 
85
  [*Example 1*:
86
 
87
  ``` cpp
 
75
  `false`, and `Duration{1} < days{1}` is `true`.
76
 
77
  *Effects:* Equivalent to:
78
 
79
  ``` cpp
80
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%F %T}"), tp);
 
 
81
  ```
82
 
83
  [*Example 1*:
84
 
85
  ``` cpp