From Jason Turner

[time.zone.leap]

Diff to HTML by rtfpessoa

tmp/tmpupg2vm_h/{from.md → to.md} RENAMED
@@ -23,11 +23,11 @@ database when initialized.
23
 
24
  [*Example 1*:
25
 
26
  ``` cpp
27
  for (auto& l : get_tzdb().leap_seconds)
28
- if (l <= 2018y/March/17d)
29
  cout << l.date() << ": " << l.value() << '\n';
30
  ```
31
 
32
  Produces the output:
33
 
 
23
 
24
  [*Example 1*:
25
 
26
  ``` cpp
27
  for (auto& l : get_tzdb().leap_seconds)
28
+ if (l <= sys_days{2018y/March/17d})
29
  cout << l.date() << ": " << l.value() << '\n';
30
  ```
31
 
32
  Produces the output:
33