Snow Stamp

screenshot of Snow Stamp
express
svelte

Get the timestamp from a Discord snowflake

Overview:

Snow-Stamp is a convenient online tool designed to allow users to paste a Discord snowflake and retrieve the corresponding timestamp. Developed by vegeta897, this tool simplifies the process of converting snowflakes to timestamps, making it ideal for developers and Discord users alike.

Features:

  • Conversion Code Availability: Developers can access the conversion code in src/convert.js for implementing the conversion process.
  • Flexible Deployment Options: Users have the choice to deploy a static site or run the included server for diverse deployment needs.
  • Custom Epoch Setting: Snow-Stamp allows users to utilize a custom epoch by setting the SNOWFLAKE_EPOCH environment variable.

Summary:

Snow-Stamp is a user-friendly solution that streamlines the process of converting Discord snowflakes to timestamps. With features such as code availability for developers, flexible deployment options, and custom epoch settings, the tool caters to a diverse range of users. Whether you need to quickly retrieve timestamps or customize the conversion process, Snow-Stamp offers a convenient and efficient solution.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.