if parse(feed_published) < datetime.now(timezone.utc) - timedelta(days=2): print("old")
@helge oooh, the good old print debugging.
@andybaio