From Jason Turner

[time.clock.file.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpv7w7re0t/{from.md → to.md} RENAMED
@@ -7,11 +7,11 @@ template<class charT, class traits, class Duration>
7
  ```
8
 
9
  *Effects:* Equivalent to:
10
 
11
  ``` cpp
12
- return os << format(STATICALLY-WIDEN<charT>("{:%F %T}"), t);
13
  ```
14
 
15
  ``` cpp
16
  template<class charT, class traits, class Duration, class Alloc = allocator<charT>>
17
  basic_istream<charT, traits>&
 
7
  ```
8
 
9
  *Effects:* Equivalent to:
10
 
11
  ``` cpp
12
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L%F %T}"), t);
13
  ```
14
 
15
  ``` cpp
16
  template<class charT, class traits, class Duration, class Alloc = allocator<charT>>
17
  basic_istream<charT, traits>&