From Jason Turner

[time.cal.ym]

Diff to HTML by rtfpessoa

tmp/tmp8v8j2c68/{from.md → to.md} RENAMED
@@ -192,11 +192,11 @@ template<class charT, class traits>
192
  ```
193
 
194
  *Effects:* Equivalent to:
195
 
196
  ``` cpp
197
- return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"),
198
  ym.year(), ym.month());
199
  ```
200
 
201
  ``` cpp
202
  template<class charT, class traits, class Alloc = allocator<charT>>
 
192
  ```
193
 
194
  *Effects:* Equivalent to:
195
 
196
  ``` cpp
197
+ return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{:L}"),
198
  ym.year(), ym.month());
199
  ```
200
 
201
  ``` cpp
202
  template<class charT, class traits, class Alloc = allocator<charT>>