Note: This solution requires ChatGPT 4.
ChatGPT lacks the ability to provide real-time date and time stamps within conversations. We depend on date stamps for almost everything we do on our devices, from photos, emails, text messages, to documents, etc. The absence of such a basic and useful feature is baffling. Date stamps would provide a clear and chronological context to any discussion.
See the ChatGPT Builder App
datestamp
in action:
datestamp
Example as Displayed in Chat.Here is what datestamp
does.
USER:
What is capital of Canada?
ChatGPT RESPONSE:
*Talked to timeapi.io*
📅 2024-02-11 | The capital of Canada is Ottawa.
creation_date
or the revision_date
of responses.Today
. You have no way of knowing whether it is a new conversation or a two-week-old conversation.
Fortunately, I've written a ChatGPT Builder app called datestamp
that solves these three shortcomings.
datestamp
This can be done on desktop or mobile versions of ChatGPT 4.
Explore GPTs
from the sidebar.datestamp
and select it from the list. Now you can chat as you normally do but with the datestamp
features. Be sure to Allow the timestamp API timeapi.io
when asked by ChatGPT.
That's all there is to it! Type /help
to learn more or /toc
for a Table of Contents containg the date stamp and the first sentence or two from the response.
Hopefully you will do this in an instant - or my title was click bait.
@mentions
FeatureOnce you have used datestamp
once, you should be able to type in @datestamp
in any chat session on the desktop version.
Warning: At the time of this article, using datestamp
as a @mention
had some technical issues with ChatGPT. Perhaps they are still working on @mentions
- it is a brand-new feature, after all.
datestamp
Tips and Tricks2024-02-10
, and any sessions that have been automatically date stamped will be listed under search.Ctrl-F
, you can search the chat response you are looking for.creation_date
of a conversation is the date of the first response. Consider copying the creation_date
and adding it to the beginning of the name of the chat in the sidebar when you are renaming chat sessions.It is easy to build and customize your own ChatGPT Builder date_stamp
app. All the source code is available on GitHub and is MIT licensed, allowing for easy access and modification.
datestamp
example from the documentation: https://aimarkdown.org/chatgpt-builder
Be aware that AImarkdown Language is in the early stages of development. Maybe someday, ChatGPT will natively support a simple structured language like AImarkdown for building apps and customizing ChatGPT.
It is true that you can ask ChatGPT for the current date, and it will often report the current date, but this is not reliable at all. If you visit the same chat session the next day and ask for the current date, don’t be surprised if ChatGPT gives yesterday's date. I've tried solutions like using Python or JavaScript, but to no avail. Even trying to fool ChatGPT will not work dependably. Oddly, ChatGPT seems unaware that it fails to handle this basic functionality. Currently, the only dependable way of getting current dates and times is to use an API inside of a ChatGPT Builder Action - and that is exactly what datestamp
does. Chat Builder Actions are at the very bottom of Configuration
tab. Actions allow for calling APIs.
Rather than clutter this article with ChatGPT's full response to lack of date awareness, I'm providing a shared chat session. I don't fully understand it, but it is worth a read if you want to dig deeper into this issue.
I will however, included a couple of main points that ChatGPT makes:
Complete Chat session at: Shared chat defending shortcoming
The competitors seem to fair no better when it comes to date awareness.
Microsoft Bing Copilot Reports: Today's date is always the same as the
creation_date
of the first response in a session. Similar issues to ChatGPT.
Google’s Gemini Advanced Reports: Gemini responded with: Unfortunately, I can't pinpoint the exact date of my first response in this session.
The datestamp
App not only fills a gap left by ChatGPT but also sets a new standard for AI-driven communication tools. By incorporating features like date stamping and a Table of Contents, it elevates the user experience, making it more intuitive and valuable for a wide range of users. Wouldn't it be nice if ChatGPT could show the creation_date
and revision_dated
as information where the name of the chat session is on the sidebar? Unfortunately, this is impossible with ChatGPT Builder.
Give datestamp
a try and enhance your ChatGPT experience. I look forward to hearing about your experiences and any feedback you might have.
Also appears here.