dathoangnd / truedevtools.com

All-in-one Toolkit for Developers
https://truedevtools.com
39 stars 0 forks source link

Add UTC date converter #1

Closed Morasiu closed 4 months ago

Morasiu commented 4 months ago

I sometimes have to edit a cell in the database. But only accepted format is UTC ISO format.

I would love to have a tool which:

dathoangnd commented 4 months ago

The tool Unix timestamp converter can convert timestamp to Unix time. I think we just need to improve it to easily pick datetime, instead of manually entering timestamp. Will that solve your use case?

[

Screenshot 2024-05-03 at 21 59 59

](url)

dathoangnd commented 4 months ago

@Morasiu now you can use date picker to easily pick the timestamp like this. Test it: https://truedevtools.com/unix-timestamp-parser

Screenshot 2024-05-04 at 10 57 34

Morasiu commented 4 months ago

Almost. I need to have ability to copy ISO 8601 formatted string.

Example: 2024-05-04T04:19:50Z

Also not sure if Date picker works on mobile

kokoropie commented 4 months ago

well.. bad UX for sure Screenshot_2024-05-04-16-08-35-952_com microsoft emmx

dathoangnd commented 4 months ago

@Morasiu @kokoropie Now the UTC time follows ISO 8601 format. I 've decided to remove the date picker on mobile.

Additional big update: dark mode supported! Screenshot 2024-05-04 at 16 49 23

kokoropie commented 4 months ago

@dathoangnd mode switch don't show on width < 640px

dathoangnd commented 4 months ago

@kokoropie I have added the dark mode button on mobile now.

Screenshot 2024-05-06 at 05 47 22