Hacker News new | ask | show | jobs
by helb 136 days ago
You can usually read the original timestamp in the page source, the relative ones are often put in by client-side JS:

    <div style="…">
      <span aria-hidden="true" style="…">Jan. 30, 2026, 11:28 a.m. ET</span>
      <span style="…">2m ago</span>
    </div>