drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
46 stars 25 forks source link

feat: timestamp to date and vice versa #130

Closed pahiz closed 1 month ago

pahiz commented 1 month ago

Toolbox could benefit from a tool that can turn timestamp to Date and vice versa.

1729689433 -> 10/23/2024, 4:17:13 PM Include 12h and 24h dates

I want to contribute by building this tool.

drodil commented 1 month ago

Hi, Thanks for the suggestion but there is already a tool to format time between multiple different formats: https://github.com/drodil/backstage-plugin-toolbox/blob/main/plugins/toolbox/src/components/Converters/TimeConverter.tsx

If you have improvements for that tool, feel free to contribute :)

pahiz commented 1 month ago

This feature works as needed for now, closing.