Get Snowflake Timestamp

Convert a Discord snowflake ID into a creation date and time.

Discord uses snowflake IDs to identify objects such as users, channels, and messages. Snowflakes encode the timestamp of when the object was created. This block allows you to decode that data.

Inputs

Snowflake ID

Snowflake ID to decode. This can be the id of a user, channel, message, etc.

Outputs

Snowflake Timestamp (Unix)

Snowflake Timestamp (Unix Milli)

Snowflake Date (Year)

Snowflake Date (Month)

Snowflake Date (Month Name)

Snowflake Date (Day of Week)

Snowflake Date (Day Name)

Snowflake Date (MM/DD/YYYY)

Snowflake Date (DD/MM/YYYY)

Snowflake Time (Hours)

Snowflake Time (Minutes)

Snowflake Time (Seconds)

Snowflake Time (Milliseconds)

Snowflake Time (HH:MM:SS)

Snowflake Time (HH:MM)

Snowflake Time (Relative)