How to add timestamp to each scraper

Hello how can I add time stamp to each row of data?

Currently, there does not seem to be a timestamp feature in WS. However on some websites, the current time/date is displayed on every page (usually at the bottom, and based on web server's clock). So you could scrape that instead.

On other sites, the time is not be visible but it may be somewhere else in the page source, especially if the page is dynamically generated.