glocalfileinfo: 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.

Open Lukáš Tyrychtr requested to merge tyrylu/glib:fix_3116 into main

Fixes #3116

Merge request reports