diff options
author | Edoardo La Greca | 2025-08-10 17:11:46 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-10 17:11:46 +0200 |
commit | 0ea35a162e7a7c945b77a6223015edd11a930ee0 (patch) | |
tree | ee4d64f05b3adec734a1d4f4c11b9ec90ca5e0a1 | |
parent | f44b8208720c976363c3bd5df75a41f65cbeef20 (diff) |
add todo to Stat
-rw-r--r-- | src/main/kotlin/Stat.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/Stat.kt b/src/main/kotlin/Stat.kt index fdf6e99..706036e 100644 --- a/src/main/kotlin/Stat.kt +++ b/src/main/kotlin/Stat.kt @@ -1,3 +1,4 @@ +// TODO: add time conversion methods /** * 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). |