From f542a1b9a95679d5b5e33e14b0391d45fc609a1b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 17 Nov 2021 10:37:25 -0500 Subject: Unix time adjusts for leap seconds --- docs/spec/system.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/spec') diff --git a/docs/spec/system.html b/docs/spec/system.html index f9839980..359e64bc 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -189,7 +189,7 @@ -

Times are Unix timestamps, that is, seconds since the Unix epoch, as used by time system values. File permissions on Unix are a three-element list of numbers giving the permissions for the owner, group, and other users. The file type is one of the following characters for the POSIX file types, matching Unix ls -l with 'f' instead of '-'.

+

Times are Unix timestamps, that is, non-leap seconds since the Unix epoch, as used by time system values. File permissions on Unix are a three-element list of numbers giving the permissions for the owner, group, and other users. The file type is one of the following characters for the POSIX file types, matching Unix ls -l with 'f' instead of '-'.