From 805729e206b7586c57483aa0f4a90f7e0e2c9661 Mon Sep 17 00:00:00 2001
From: Laurent Bercot Download
diff --git a/doc/libstddjb/djbtime.html b/doc/libstddjb/djbtime.html
index 7eb5ee4..d20131e 100644
--- a/doc/libstddjb/djbtime.html
+++ b/doc/libstddjb/djbtime.html
@@ -34,21 +34,6 @@ and implemented in the libskarnet.a or libskarnet.so library.
other time formats and user-friendly representations.
- User-friendly time is calculated from UTC. Internal time computations -should be performed on TAI time - because TAI flows linearly whereas -UTC does not. To convert between UTC and TAI time, you need a -leap second table. skalibs provides such a file in its -src/etc/leapsecs.dat subdirectory, which is copied -to /etc/leapsecs.dat at installation time (unless you specify -a --prefix or --datadir option to configure). -The /etc/leapsecs.dat file must remain accessible -on your system, else time conversions will not be computed -properly. -
-@@ -81,7 +66,7 @@ Converts the UTC time in u, stored as an unsigned 64-bit integer (2^62 plus the number of seconds since the Epoch), to a TAI64 time in *t. The function returns 1 if it succeeds, or 0 (and sets errno) if an -error occurs (for instance: the leap second table cannot be found). +error occurs.
- skalibs provides a src/etc/leapsecs.dat file, -which is copied to /etc/leapsecs.dat at installation time -(or wherever you specified with the --prefix or --datadir -options to configure). -Make sure this file is always present and readable. -This file contains the leap second table, which is needed for -conversions between TAI and UTC. If you call a function that needs such -a conversion (for instance, you call tain_sysclock() and your -system clock is set to UTC) and the file cannot be read, the function -call will fail. -
- -- The leap second table is read once in every process that needs it -(the first time a TAI ↔ UTC conversion is made) and then is -stored in memory. If the leapsecs.dat file changes, long-lived -processes will need to be restarted to take the change into account. -
- int tai_from_time_sysclock (tai_t *a, time_t t)
diff --git a/doc/upgrade.html b/doc/upgrade.html
index d445290..1e9d318 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
What has changed in skalibs
+ in 2.3.8.0
+
+
+ - The /etc/leapsecs.dat file is no longer necessary.
+
+
in 2.3.7.1
--
cgit v1.2.3