From Jason Turner

[time.zone.db.tzdb]

Diff to HTML by rtfpessoa

tmp/tmpxepuninb/{from.md → to.md} RENAMED
@@ -30,11 +30,11 @@ const time_zone* locate_zone(string_view tz_name) const;
30
 
31
  [*Note 1*: A `time_zone_link` specifies an alternative name for a
32
  `time_zone`. — *end note*]
33
 
34
  *Throws:* If a `const time_zone*` cannot be found as described in the
35
- *Returns:* clause, throws a `runtime_error`.
36
 
37
  [*Note 2*: On non-exceptional return, the return value is always a
38
  pointer to a valid `time_zone`. — *end note*]
39
 
40
  ``` cpp
 
30
 
31
  [*Note 1*: A `time_zone_link` specifies an alternative name for a
32
  `time_zone`. — *end note*]
33
 
34
  *Throws:* If a `const time_zone*` cannot be found as described in the
35
+ *Returns:* element, throws a `runtime_error`.
36
 
37
  [*Note 2*: On non-exceptional return, the return value is always a
38
  pointer to a valid `time_zone`. — *end note*]
39
 
40
  ``` cpp