Zig standard library does not work with WSL1's semi-broken stat syscall support.
To avoid flow being completely unusable on WSL1 we just fall back to a zero
mtime if stat fails. This destroys MRU ordering in the file finder on WSL1, but
at least it works.