I am trying to scrape information from for eBay search result
In source I see
<span class="MINUTES timeMs" timeMs="1388791906000"></span>
<span class="HOURS timeMs" timeMs="1388797706000"></span>
What format is timeMs value? I want to convert it to timestamp, but I don't recognize for what these numbers stands for?
P.S. Don't want to use eBay API!