mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 14:43:17 +00:00
ctime is last file status/metadata change, not creation time. Note that this mistake was not made in the `File.metadata`/`File.Metadata` implementation, which allows getting the actual creation time. Closes #18290