Check when a Discord object was created
Decode a snowflake to get the approximate creation date and time instantly.
- Focus
- Creation timestamp
- Epoch
- Discord default
Best when you care about age, ordering, or event timing more than the raw binary layout.
Inspect the structural segments of the ID
Review worker, process, and increment values when documenting or debugging Discord ID behavior.
- Focus
- Bit structure
- Output
- Segment table and binary breakdown
Useful when you need more context than a timestamp alone.
Check the order of moderation or support events
Decode multiple IDs to understand which object is older when copied logs or screenshots do not show full context.
- Focus
- Relative object timing
- Output
- Creation time first
Helpful when you need a quick sanity check before escalating a moderation issue or reconstructing an incident timeline.