https://github.com/ewpratten/tsinfo
Information about UNIX timestamps
https://github.com/ewpratten/tsinfo
cli-tool timestamp-info unix-timestamp
Last synced: 4 months ago
JSON representation
Information about UNIX timestamps
- Host: GitHub
- URL: https://github.com/ewpratten/tsinfo
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-07-09T18:49:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T19:21:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T10:46:11.230Z (5 months ago)
- Topics: cli-tool, timestamp-info, unix-timestamp
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsinfo
[](https://crates.io/crates/tsinfo)
[](https://docs.rs/tsinfo)
[](https://github.com/Ewpratten/tsinfo/actions/workflows/build.yml)
[](https://github.com/Ewpratten/tsinfo/actions/workflows/clippy.yml)
[](https://github.com/Ewpratten/tsinfo/actions/workflows/audit.yml)`tsinfo` is a CLI tool for providing information about a specific UNIX timestamp.
## Examples
```sh
# tsinfo 1625858332
1625858332 is July 9 2021, at 19:18:52 UTC (2 minutes ago)
``````sh
# tsinfo
1625858471 is July 9 2021, at 19:21:11 UTC (now)
```## Installation
This crate can be installed via `cargo` with:
```sh
cargo install tsinfo
```