From Jason Turner

[time.clock.system.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmp56me5hib/{from.md → to.md} RENAMED
@@ -10,13 +10,11 @@ template<class charT, class traits, class Duration>
10
  `false`, and `Duration{1} < days{1}` is `true`.
11
 
12
  *Effects:* Equivalent to:
13
 
14
  ``` cpp
15
- auto const dp = floor<days>(tp);
16
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{} {}"),
17
- year_month_day{dp}, hh_mm_ss{tp-dp});
18
  ```
19
 
20
  [*Example 1*:
21
 
22
  ``` cpp
 
10
  `false`, and `Duration{1} < days{1}` is `true`.
11
 
12
  *Effects:* Equivalent to:
13
 
14
  ``` cpp
15
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%F %T}"), tp);
 
 
16
  ```
17
 
18
  [*Example 1*:
19
 
20
  ``` cpp