From 805729e206b7586c57483aa0f4a90f7e0e2c9661 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 14 Oct 2015 22:54:08 +0000 Subject: - Remove /etc/leapsecs.dat - Publish tools to create the leap second table as a .c - Simplify functions using leap seconds - rc for 2.3.8.0 --- doc/libstddjb/djbtime.html | 23 ++++------------------- doc/libstddjb/tai.html | 25 +------------------------ 2 files changed, 5 insertions(+), 43 deletions(-) (limited to 'doc/libstddjb') 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.

-

The /etc/leapsecs.dat file

- -

- 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. -

-

Data structures