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.