Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Jan 6, 2025
1 parent c4fb5ed commit bf57c18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ impl Processor {
path,
size: metadata.len(),
modified_at: metadata.modified()?.into(),
// TODO: somehow there's a bug or what making create time always returns zero,
// may need to find a time to debug it
created_at: metadata.created()?.into(),
is_dir: metadata.is_dir(),
})
Expand Down

0 comments on commit bf57c18

Please sign in to comment.