ut
is a command line tool to handle unix timestamps
The unix timestamp (ut
) tool has enough help to get you started:
$ ut --help
Your local timezone is used, unless manipulated by the flags --utc
or --offset
. --utc
is the equivalent of
--offset=UTC
.
Other than the help, it has two subcommands to handle timestamps
Generates a timestamp for the current time.
$ ut generate
1680717044
For more information, run:
$ ut generate help
Parse unix timestamps. You can use the generated value from the generate
command.
$ ut --utc parse 1680717044
2023-04-05 17:50:44 +0000 UTC
For more information, run:
$ ut parse help
This tool was inspired by a tool with same name built with Rust, by Yoshihito Arih: https://github.com/yoshihitoh/ut-cli