Skip to content
  • Jens Georg's avatar
    Drop file modification times with to seconds · 1e428861
    Jens Georg authored
    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
    1e428861