# File lib/scraper/microformats.rb, line 46 46: def collect() 47: self.published = Time.parse(published) 48: self.updated = updated ? Time.parse(updated) : published 49: end