From Jason Turner

[time.cal.ymdlast.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmpxi3lvr8q/{from.md → to.md} RENAMED
@@ -83,9 +83,9 @@ template<class charT, class traits>
83
  ```
84
 
85
  *Effects:* Equivalent to:
86
 
87
  ``` cpp
88
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
89
  ymdl.year(), ymdl.month_day_last());
90
  ```
91
 
 
83
  ```
84
 
85
  *Effects:* Equivalent to:
86
 
87
  ``` cpp
88
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{:L}"),
89
  ymdl.year(), ymdl.month_day_last());
90
  ```
91