The source project of this merge request has been removed.
Add g_date_time_is_same_day and g_date_time_days_between functions
Adds two functions that compare if two GDateTime
's are on the same day of the same year. g_date_time_is_same_day
uses a new g_date_time_days_between
function to return if the two GDateTime's are on the same day.