Skip to content

kbuildsycoca: Ignore last modified time when set to UNIX Epoch

Timothée Ravier requested to merge (removed):epoch into master

On some systems (i.e. Fedora Kinoite), all files in /usr have a last modified timestamp of 0 (UNIX Epoch). In this case, always assume the file as been changed.

We only get the current time once to speed up execution as we don't need to be accurate in this case.

BUG: 442011

See:

Edited by Timothée Ravier

Merge request reports