Serialize A File's Modification Time To Store It In A Database In Rust
This is how you can get a float of the file modified (or created) time to store in a database.
use fs;
use UNIX_EPOCH;
use PathBuf;
Output:
[_active_nvim_run:8:3] ts = 1717642181.0231614
-- end of line --