DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.85k stars 1.44k forks source link

UTC time converter #1271

Closed kmoseley-tulalip closed 3 months ago

kmoseley-tulalip commented 3 months ago

What feature or new tool do you think should be added to DevToys?

The ability to convert a time back and forth between two types, for example from PST to UTC and vice versa. Or PST to EST, if you want to get crazy with it.

Why do you think this is needed?

When dealing with data and logs, I have to convert time between UTC and my local time quite often. This tool would help optimize the amount of time it takes me to google a website and type in the values.

Solution/Idea

Add a new widget/tool to the DevToys dashboard for converting between UTC and a list of time zones. Could just start with UTC to PST/CST/EST/etc (and vice versa those converted back to UTC).

If you want to fully develop a full time zone conversion tool though, that would be the ultimate. Convert between PST and EST, then have a dropdown for each side of the conversion to freely convert between any time zone (including UTC as an option).

Comments

No response

kmoseley-tulalip commented 3 months ago

Oops, didn't know this was already implemented, got too excited :)

Really enjoying it so far, thanks!