Dates are stored in UTC and relative to the currently-active timezone, so when your timezone changes, due dates/daily cutoffs may shift forward or back in line with the timezone change.
The creation date of the collection is used to count how many days have elapsed. The new timezone handling adjusts this date based on the local timezone; the old one did not, which caused problems when the timezone changed.