A relative-time alternative to epochconverter.com. More UX, less typing.
It is targeted at engineers who may be working with timestamped data like metrics or logs, but maybe your metrics/logs app doesn't have this simple of an absolute-timestamp picker. Made with React and Tailwind CSS.
On epochconverter.com the main way to get the epoch time for a past timestamp is to have to tediously enter hour/minute/seconds while get the AM/PM and time zone correct. Reclaim your free time with this alternate app's ability to:
- One-click copy paste
- One-click to fill in common relative time presets
This project uses yarn
# one-time setup
yarn
# returning development:
yarn start