Skip to content

IFile: Use time_t instead of unsigned int to store the last modification date

Alaric Senat requested to merge asenat/medialibrary:fix_time_t into master

Using time_t might fit better this method. AFAIK no changes are required to the database scheme.

Merge request reports