Skip to content

Drop file modification times with to seconds

Jens Georg requested to merge wip/bugs/5059 into shotwell-0.32

The SQLite database still stores unix timestamps which have second resolution, but FileInfo.get_modification_date_time() gives us microsecond resolution which differes slightly from the stored time, causing shotwell to think files have been modified.

Fixes #5059 (closed)

Merge request reports