Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21c9df7

Browse files
committed
For os.stat() & friends, note that the time fields are returned as
floating-point values.
1 parent e764968 commit 21c9df7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,9 @@ \subsection{Files and Directories \label{os-file-dir}}
710710
\code{st_atime},
711711
\code{st_mtime},
712712
\code{st_ctime}.
713-
More items may be added at the end by some implementations.
713+
More items may be added at the end by some implementations. Note that
714+
on the Macintosh, the time values are floating point values, like all
715+
time values on the Macintosh.
714716
(On MS Windows, some items are filled with dummy values.)
715717
Availability: Macintosh, \UNIX{}, Windows.
716718

0 commit comments

Comments
 (0)