Revert "Model the TAI-UTC difference between 1961 and 1972"

This reverts commit 1eed461d06.
This commit is contained in:
Howard Hinnant
2018-11-08 13:56:23 -08:00
parent 4b46deb4f9
commit 8f91ef27ed
2 changed files with 3 additions and 102 deletions

View File

@@ -82,7 +82,7 @@ main()
assert(clock_cast<local_t>(tt) == lt);
assert(tt.time_since_epoch() == seconds(0));
auto lu = local_days{1958_y/January/1_d};
auto lu = local_days{1958_y/January/1_d} - seconds(10);
auto ut = clock_cast<utc_clock>(lu);
assert(clock_cast<tai_clock>(ut) == tt);
}