From Jason Turner

[time.clock.tai]

Diff to HTML by rtfpessoa

tmp/tmptbvg46xr/{from.md → to.md} RENAMED
@@ -97,11 +97,11 @@ template<class charT, class traits, class Duration>
97
  ```
98
 
99
  *Effects:* Equivalent to:
100
 
101
  ``` cpp
102
- return os << format(STATICALLY-WIDEN<charT>("{:%F %T}"), t);
103
  ```
104
 
105
  [*Example 1*:
106
 
107
  ``` cpp
 
97
  ```
98
 
99
  *Effects:* Equivalent to:
100
 
101
  ``` cpp
102
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%F %T}"), t);
103
  ```
104
 
105
  [*Example 1*:
106
 
107
  ``` cpp