forked from HowardHinnant/date
Revert "Model the TAI-UTC difference between 1961 and 1972"
This reverts commit 1eed461d06
.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user