📅 Discord Snowflake to Date

Convert Discord IDs to dates instantly

🔥 Popular Discord IDs to Try

EXAMPLE USER ID
1234567890123456789
📅 September 7, 2024
POPULAR USER
175928847299117063
📅 February 28, 2016
EXAMPLE ID
987654321098765432
📅 June 15, 2023

💡 Click any ID to decode it instantly

Convert Discord Snowflake to Date

CREATED ON
DISCORD SNOWFLAKE ID
📅 FULL DATE
⏰ TIME (LOCAL)
🌍 TIME (UTC)
📊 UNIX TIMESTAMP

Discord Snowflake to Date Converter

Convert Discord Snowflake IDs to dates to find when users joined, messages were sent, servers were created, and more. Every Discord ID contains an embedded timestamp that can be extracted and converted to a human-readable date.

How Discord Snowflake to Date Works

Discord Snowflake IDs are 64-bit integers where the first 42 bits encode a timestamp in milliseconds since Discord's epoch (January 1, 2015). Our converter extracts these bits and adds the epoch to get the exact creation date.

What You Can Convert

How to Get Discord IDs

Step 1: Enable Developer Mode

User Settings → Advanced → Enable "Developer Mode"

Step 2: Copy IDs

Right-click any user, message, server, channel, or role → Select "Copy ID"

Use Cases

Code Example

// JavaScript
const DISCORD_EPOCH = 1420070400000n;
const id = 175928847299117063n;
const timestamp = Number((id >> 22n) + DISCORD_EPOCH);
const date = new Date(timestamp);
console.log(date); // January 3, 2016

🔗 Related Snowflake ID Tools

🐦 Twitter Snowflake Decoder 💬 Discord Snowflake Decoder 📸 Instagram Snowflake Decoder

📚 Learn More About Snowflake IDs

How to Decode Tutorial Real ID Examples Snowflake Calculator ID to Timestamp