Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 732 Bytes

JSON Timestamp Converter

GitHub Pages

A tool to convert Unix timestamps in JSON data to human-readable dates and times. Written in rust, using the great library egui.

Usage

  1. Paste your JSON data.
  2. The tool identifies numerical fields with Unix timestamps.
  3. Displays the sorted times in a human-readable format.
  4. For each timestamp, the duration from an anchor is shown. Right click a timestamp to set is as the anchor.
  5. Timestamps are identified if they are within given years, configurable via the UI.

License

This project is licensed under the MIT License.

Contact

For questions or suggestions, please open an