Privacy Policy
Short version: nothing you type into the generator ever leaves your browser.
Last updated: 2026-09-07
The dates and times you enter
Every calculation the generator performs — converting your picked date and time into a Unix timestamp, building the Discord code, rendering the preview — happens entirely in your browser using JavaScript's built-in Date object. None of it is sent to a server. You can verify this yourself: open your browser's developer tools, watch the Network panel, and use the tool — you'll see no requests fire.
Analytics and tracking
As of the date above, this site has no analytics or tracking scripts installed — no Google Analytics, no Cloudflare Web Analytics, no third-party pixels. If that changes in the future, this page will be updated to describe exactly what's added and why.
Local storage
This site stores exactly one piece of data in your browser's localStorage: a key namedtheme, holding either "light" or "dark", so your color-scheme choice persists between visits. This value never leaves your device and is never transmitted anywhere.
Cookies
This site's own code does not set any cookies.
Server and hosting logs
Like effectively any website, requests to this site pass through infrastructure that may keep standard, short-lived technical logs (such as IP address and request timing) for security and abuse prevention at the hosting/network level. This is normal web infrastructure behavior, separate from this site's own code, and not something this project accesses or uses for tracking individuals.
Contact
Questions about this policy can be sent to hello@discordtimestampgen.com.