I check RSS feeds more often than I should, so I built an application that delays my RSS feeds between midnight and 5 PM, so I don't check them (see http://rssafter5.appspot.com). I take an RSS feed as input and create a custom feed on my domain that doesn't check the source feed until 5PM every day (and hence doesn't update).
However lately Feedfetcher has been placing new items in my (custom) RSS feed before my custom feed actually updates. For example, my custom MarginalRevolution feed currently (4:30PST) does not display any items after midnight on Sunday night, but this morning at 10AM Google Reader displayed a post that went on Marginal Revolution today at 9 AM. In most cases this would be a benefit, but I'm specifically trying not to read the feed until 5PM, so it's destroying my app's functionality.
How can I get Feedfetcher/Google to recognize that my feed is distinct and stop aggregating/replacing my content with the fresher content from the original site? Thanks for the help, Kevin