🔥 Popular Twitter IDs to Try
💡 Click any ID to decode it instantly
🔍 Convert Twitter ID to Date
Paste any tweet ID or Twitter user ID to decode its creation date
Convert tweet IDs and Twitter user IDs to exact creation dates instantly
💡 Click any ID to decode it instantly
Paste any tweet ID or Twitter user ID to decode its creation date
Converting a Twitter ID to a date is simple with our tool. Twitter uses snowflake IDs for tweets and user accounts, and each ID contains an embedded timestamp. Simply paste the ID and click convert to see the exact creation date and time.
Twitter snowflake IDs are 64-bit integers where the first 41 bits encode the timestamp in milliseconds since Twitter's epoch (November 4, 2010, 01:42:54 UTC). By right-shifting the ID by 22 bits and adding the epoch, we recover the original Unix timestamp.
Tweet ID from URL: Copy from URL - twitter.com/user/status/1382350606417817604
X.com URLs: Works the same - x.com/user/status/1382350606417817604
User IDs: Use Twitter API, browser developer tools, or third-party tools to get user IDs
Analyze tweet timing patterns, study viral content spread, and research social media trends.
Verify exactly when tweets were posted for journalism, investigations, and fact-checking.
Study when successful tweets were posted to optimize your posting schedule.
Provide precise timestamps for legal matters, disputes, or documentation.
Identify suspicious posting patterns by analyzing tweet timestamps.
Organize and sort saved tweets by their actual creation time.
The mathematical formula to extract date from Twitter ID:
timestamp_ms = (twitter_id >> 22) + 1288834974657
Where 1288834974657 is Twitter's epoch in Unix milliseconds (November 4, 2010). The >> operator right-shifts the ID by 22 bits to extract the timestamp portion.
Twitter snowflake IDs are 64-bit integers with three components:
Twitter developed snowflake IDs in 2010 to handle massive scale. Benefits include:
Before November 4, 2010, Twitter used sequential integer IDs. These older tweets don't have embedded timestamps and can't be decoded with this tool. The switch to snowflake IDs was necessary as Twitter scaled to handle billions of tweets.
Yes, if you have the tweet ID saved. The timestamp is encoded in the ID itself, so even if the tweet is deleted, you can still decode when it was originally posted.
Yes! Retweets get their own unique ID with a timestamp of when the retweet happened, not when the original tweet was posted.
Yes, timestamps are accurate to the millisecond. They represent the exact moment Twitter's servers created the tweet ID.
You can decode any tweet posted after November 4, 2010, when Twitter launched snowflake IDs. Tweets before this date use sequential IDs without embedded timestamps.
Yes! X (formerly Twitter) uses the same snowflake ID format. IDs from both domains decode identically.
Twitter uses snowflake IDs for tweets, users, and media. Each ID is a 64-bit integer that contains: