Deno.FileInfo.mtime - Deno documentation
property Deno.FileInfo.mtime

The last modification time of the file. This corresponds to the mtime field from stat on Linux/Mac OS and ftLastWriteTime on Windows. This may not be available on all platforms.

Type

Date | null