From f44b8208720c976363c3bd5df75a41f65cbeef20 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Sun, 10 Aug 2025 17:10:50 +0200 Subject: specify time measurement in Stat --- src/main/kotlin/Stat.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/kotlin/Stat.kt') diff --git a/src/main/kotlin/Stat.kt b/src/main/kotlin/Stat.kt index 8fca5a5..fdf6e99 100644 --- a/src/main/kotlin/Stat.kt +++ b/src/main/kotlin/Stat.kt @@ -1,5 +1,6 @@ /** - * File attributes. The `type` and `dev` attributes are ignored since they are for kernel use only. + * File attributes. The `type` and `dev` attributes are ignored since they are for kernel use only. Time is measured in + * seconds, since the epoch (Jan 1 00:00 1970 GMT). * * @param fid The FID sent the T-stat message. * @param qid The QID of the file. -- cgit v1.2.3