From e04ec9aa805ed7f9802dd271443991751a8590fc Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 27 Nov 2016 11:48:25 -0500 Subject: [PATCH] Fix type-o --- tz.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tz.html b/tz.html index db0ecf7..f4963c0 100644 --- a/tz.html +++ b/tz.html @@ -2510,7 +2510,7 @@ using tai_seconds = tai_time<std::chrono::seconds>;

-tai_time counts physical seconds continuously like utc_itme, +tai_time counts physical seconds continuously like utc_time, but when printed out, always has 60 seconds per minute. It's epoch is 1958-01-01 and is offset ahead of utc_time by 10s in 1970-01-01. With each leap second, the offset from utc_time grows by another @@ -2621,7 +2621,7 @@ using gps_seconds = gps_time<std::chrono::seconds>;

-gps_time counts physical seconds continuously like utc_itme, +gps_time counts physical seconds continuously like utc_time, but when printed out, always has 60 seconds per minute. It's epoch is 1980-01-06 and was equivalent to UTC at that time. If drifts ahead of UTC with each inserted leap second. It is always exactly 19s behind TAI.