From Jason Turner

[time.clock.utc.overview]

Diff to HTML by rtfpessoa

tmp/tmpbcsd8765/{from.md → to.md} RENAMED
@@ -33,11 +33,12 @@ measure time since this epoch instead, one can add/subtract the constant
33
 
34
  [*Example 1*:
35
  `clock_cast<utc_clock>(sys_seconds{sys_days{1970y/January/1}}).time_since_epoch()`
36
  is `0s`.
37
  `clock_cast<utc_clock>(sys_seconds{sys_days{2000y/January/1}}).time_since_epoch()`
38
- is `946'684'822s`, which is `10'957 * 86'400s + 22s`.
 
39
  — *end example*]
40
 
41
  `utc_clock` is not a *Cpp17TrivialClock* unless the implementation can
42
  guarantee that `utc_clock::now()` does not propagate an exception.
43
 
 
33
 
34
  [*Example 1*:
35
  `clock_cast<utc_clock>(sys_seconds{sys_days{1970y/January/1}}).time_since_epoch()`
36
  is `0s`.
37
  `clock_cast<utc_clock>(sys_seconds{sys_days{2000y/January/1}}).time_since_epoch()`
38
+ is `946'684'822s`,
39
+ which is `10'957 * 86'400s + 22s`.
40
  — *end example*]
41
 
42
  `utc_clock` is not a *Cpp17TrivialClock* unless the implementation can
43
  guarantee that `utc_clock::now()` does not propagate an exception.
44