[Issue 15803] std.file should support sub-second file time precision on POSIX

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Mar 16 14:17:26 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15803

--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Vladimir Panteleev from comment #1)
> Setting timestamps is already done with full resolution (toTimeVal + utimes).

Actually, utimes does not offer nanosecond precision. Instead, utimensat should
be used when available.

--


More information about the Digitalmars-d-bugs mailing list