diff options
author | Edoardo La Greca | 2025-08-10 17:10:50 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-10 17:10:50 +0200 |
commit | f44b8208720c976363c3bd5df75a41f65cbeef20 (patch) | |
tree | ca4c38a2e5dbf662aef142c4d51ad400e2ef0a1d | |
parent | c9bef669b4c833920592c0f6a2ac8018df64b86e (diff) |
specify time measurement in Stat
-rw-r--r-- | src/main/kotlin/Stat.kt | 3 |
1 files changed, 2 insertions, 1 deletions
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. |