Skip to content

Remove deprecated `GTimeVal` struct.

Erich Cordoba requested to merge erich/gnome-photos:replace_gdatetime into master

Some query builder functions were still using GTimeVal. This patch updates the code to use GDateTime instead. The formatting functions were updated accordingly.

Merge request reports