Quote:
You can always write your own date parser, though what I did in the non free version is simply use the WSJ provided string as timefmt
|
The WSJ free receipe is trying to filter out articles older than oldest_article days, so it has to actually decode the date string so a comparison can be made.