Prune database entries after a period of time to keep data up to date
We want to prune data from the database every once in a while to keep weather data current, but we can't just grab new data for every page request because of a limit on free API calls.