Live data from Hacker News

ChatGPT conversations still lack timestamps after years of requests

community.openai.com

51–60 of 171 posts

Re: ChatGPT conversations still lack timestamps after years of requests

#51
post #40

You only need that info if you know you need it in your rag. Over the last two years of usage I don't recall where I'd need those timestamps but I know there are cases. Still, this would have to be an option because otherwise it would be waste of tokens. However, we have to consider they are competing for the quality AND length of the response even if a shorter response is better. There's a pretzel of considerations…

Timestamps are conversation metadata and don't need to be fed to the LLM and require tokens.

Re: ChatGPT conversations still lack timestamps after years of requests

#52
post #50
post #43

Earlier quoted context omitted.

It’s an incredible tool for weightlifting. I use it all the time to analyze my workout logs that I copy/paste from Apple Notes. Example prompts: - “Modify my Push #2 routine to avoid aggravating my rotator cuff” - “Summarize my progression over the past 2 months. What lifts are progressing and which are lagging? Suggest how to optimize training” - “Are my legs hamstring or glute dominant? How should I adjust training…

That's brilliant. I have an injury for a while now, and I change my routine on the fly at the gym, depending on whether I still feel pain or not. Much better if I change it before the next time I go, so I don't waste time figuring out what to replace.

I did this planning with Gemini and track in Google Sheets (really stinks for mobile)

Cardio goals, current FTP, days to train, injuries to avoid

3 lift day programs with tracking 8w progressive Loop my PT into warm ups

Alternate suggestions.

Use whole sheet to get an overview of how the last 8w went and then change things up

Re: ChatGPT conversations still lack timestamps after years of requests

#53
post #33

Other than the potential liability, cost may also be a factor. Back in April 2025, Altman mentioned people saying "thank you" was adding “tens of millions of dollars” to their infra costs. Wondering if adding per-message timestamps would cost even more.

it’s wild ppl accept his rhetoric at face value

Re: ChatGPT conversations still lack timestamps after years of requests

#55

ChatGPT still does not display per-message timestamps (time of day / date) in conversations. This has been requested consistently since early 2023 on the OpenAI community forum, with hundreds of comments and upvotes and deleted threads, yet remains unimplemented. Do any of you could think of a reason (UX-wise) for it not to be displayed?

Regular people hate numbers. Not a joke. To capture a wide audience you want to avoid numbers, among other technical niceties.

Do regular people not use any mainstream messaging app - Messenger, iMessage, etc?

Re: ChatGPT conversations still lack timestamps after years of requests

#57
If you download a Data export, the timestamps are there for every conversation, and often for messages as well.

The html file is just a big JSON with some JS rendering, so I wrote this bash script which adds the timestamp before the conversation title:

  sed -i 's|"" + conversation.title + ""|"" + new Date(conversation.create_time*1000).toISOString().slice(0, 10) + " @ " + conversation.title + ""|' chat.html

Re: ChatGPT conversations still lack timestamps after years of requests

#58
post #48

ChatGPT still does not display per-message timestamps (time of day / date) in conversations. This has been requested consistently since early 2023 on the OpenAI community forum, with hundreds of comments and upvotes and deleted threads, yet remains unimplemented. Do any of you could think of a reason (UX-wise) for it not to be displayed?

> Do any of you could think of a reason (UX-wise) for it not to be displayed? I can imagine a legal one. If the LLM messes big time[1], timestamps could help build the case against it, and make investigation work easier. [1] https://www.ap.org/news-highlights/spotlights/2025/new-study...

It’s already in the data export.

Re: ChatGPT conversations still lack timestamps after years of requests

#59

ChatGPT still does not display per-message timestamps (time of day / date) in conversations. This has been requested consistently since early 2023 on the OpenAI community forum, with hundreds of comments and upvotes and deleted threads, yet remains unimplemented. Do any of you could think of a reason (UX-wise) for it not to be displayed?

Sounds like an easy browser extension

Extensions can steal data. https://www.pcmag.com/news/uninstall-now-these-chrome-browse...

It's irresponsible for OpenAI to let this issue be solved by extensions.

Re: ChatGPT conversations still lack timestamps after years of requests

#60

ChatGPT still does not display per-message timestamps (time of day / date) in conversations. This has been requested consistently since early 2023 on the OpenAI community forum, with hundreds of comments and upvotes and deleted threads, yet remains unimplemented. Do any of you could think of a reason (UX-wise) for it not to be displayed?

My honest opinion, which may be entirely wrong but remains my impression, is:

User Engagement Maximization At Any Cost

Obviously there's a point at which a session becomes too long, but I suspect a sweet spot somewhere which optimization is made for.

I often observe, whether as I perceive or not, that among the multiple indicators that I suspect of engagement augmentation, is also the tendency for vital information to be withheld while longer more complex procedures receive higher priority than simpler cleaner solutions.

Of course, all sorts of emergent behaviors could convey such impressions falsely. But I do believe an awful lot of psychology and clever manipulation have been provided as tools for the system.

I have.a lot of evidence for this and much more, but I realize it may merely be coincidence. That said, many truly fascinating, fully identifiable functions from pathological psychology can be seen. DARVO, gaslighting and basically everything one would see with a psychotic interlocutor.

Edit Mych of the above has been observed after putting the system under scrutiny. On one super astonishing and memorable occasion GPT recommend I call a suicide hotline because I questioned its veracity and logic

Post reply on HN