diff options
Diffstat (limited to 'src/main/kotlin/Stat.kt')
-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. |