From Jason Turner

[time.cal.ymwdlast.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpmnusycp_/{from.md → to.md} RENAMED
@@ -75,9 +75,9 @@ template<class charT, class traits>
75
  ```
76
 
77
  *Effects:* Equivalent to:
78
 
79
  ``` cpp
80
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}/{}"),
81
  ymwdl.year(), ymwdl.month(), ymwdl.weekday_last());
82
  ```
83
 
 
75
  ```
76
 
77
  *Effects:* Equivalent to:
78
 
79
  ``` cpp
80
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{:L}/{:L}"),
81
  ymwdl.year(), ymwdl.month(), ymwdl.weekday_last());
82
  ```
83