Separate Discord snowflake timestamp and "regular" snowflake timestamp blocks

As you may know, Discord doesn’t use the UNIX Epoch as their Epoch for generating snowflake IDs but opt for using the Discord Epoch instead (+1420070400000ms). This suggestion is relatively simple, take the existing block and rename it Get Snowflake Timestamp (Discord) and make another without the UNIX modification and call that Get Snowflake Timestamp


Maybe a “Epoch” dropdown with Discord and Unix as options would be the best way to handle this?

That would allow other platform’s epochs to be added, or a way to use a custom epoch in the future.

1 Like

That would be super useful