From Jason Turner

[time.cal.mwd.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpmkhgk55r/{from.md → to.md} RENAMED
@@ -14,9 +14,9 @@ template<class charT, class traits>
14
  ```
15
 
16
  *Effects:* Equivalent to:
17
 
18
  ``` cpp
19
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
20
  mwd.month(), mwd.weekday_indexed());
21
  ```
22
 
 
14
  ```
15
 
16
  *Effects:* Equivalent to:
17
 
18
  ``` cpp
19
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{:L}/{:L}"),
20
  mwd.month(), mwd.weekday_indexed());
21
  ```
22