A bit more context on why I built this:
I run a few Discord communities and I kept needing to announce events across time zones. Discord timestamps solve this nicely (<t:timestamp>), but generating the Unix timestamp manually every time felt unnecessarily annoying.
So the goal of this tool was just to remove that small friction, pick a date/time and copy the correct format instantly.
I tend to like small utility tools that solve one problem well. This is similar to another small project I built earlier (the Twitter web viewer) where the goal was simply to make something easier to use. Thank you guys!