TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What causes HN post relative age vs. timestamp discrepancy?

1 pointsby myfonjover 1 year ago
Looking at the HN front page, some human-readable age labels (&quot;10 hours ago&quot;) correspond with timestamp in title attribute<p><pre><code> &lt;span class=&quot;age&quot; title=&quot;2023-10-02T03:10:59&quot;&gt;10 hours ago&lt;&#x2F;span&gt; (provided now = 2023-10-02T13:11:33) </code></pre> but others are off, sometimes even by days.<p>For example current front page, archived &quot;2023-10-02T09:36:17&quot; [1] features post<p><pre><code> Astronomers discover thousands of red galaxy hearts with powerful radio signals 4 hours ago (title=&quot;2023-09-29T15:07:25&quot;) </code></pre> &quot;4 hours&quot; ago would be something in &quot;2023-10-02&quot;, but title timestamp goes two days farther. (Skimmed output of makeshift browser dev tools console analytical script [2])<p>Is it intentional?<p>[1] http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20231002093617&#x2F;https:&#x2F;&#x2F;news.ycombinator.com&#x2F;news<p>[2] https:&#x2F;&#x2F;gist.github.com&#x2F;myfonj&#x2F;7c551e381e3a03362b7e4c92d4c8120d

2 comments

gus_massaover 1 year ago
Sometime the mods cherry pick some posts a give them a &quot;second chance&quot;, and they are send to the front page for a short time with a fake time. More details in <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26998308">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26998308</a>
评论 #37743850 未加载
Nicksilover 1 year ago
Perhaps due to the merging of threads moderators do for various reasons?
评论 #37738611 未加载