Skip to content

Backport !3587 “glocalfileinfo: Preserve microseconds for access/modify times” to glib-2-78

When setting the file time using utimensat, don't ignore microseconds for access/modify times. By doing that, they're preserved when using g_file_info_set_modification_date_time and then setting the file's attributes from it.

Fixes #3116 (closed)


Trivial backport of !3587 (merged) to glib-2-78.

Merge request reports