| Crates.io | todate |
| lib.rs | todate |
| version | 0.1.1 |
| created_at | 2023-10-19 20:34:30.700315+00 |
| updated_at | 2023-10-20 07:17:46.786131+00 |
| description | A utility to convert UNIX timestamps to human-readable dates. |
| homepage | |
| repository | https://github.com/PierreLeGuen/todate.git |
| max_upload_size | |
| id | 1008328 |
| size | 11,257 |
todateA command-line utility that converts UNIX timestamps into human-readable dates.
Example:
➜ todate 1697745797056
2023-10-19T22:03:17.056+02:00
The todate utility is a simple yet powerful tool designed to make the task of converting UNIX timestamps to standard date formats effortless. Whether you are debugging, logging, or just curious, todate has you covered.
cargoIf you have Rust's package manager cargo installed, you can quickly install todate:
cargo install todate
Clone the repository:
https://github.com/PierreLeGuen/todate.git
Navigate to the project directory:
cd todate
Build and install
cargo install --path .
To convert a UNIX timestamp to a human-readable date:
todate <timestamp>