2 个版本
0.1.1 | 2019年5月18日 |
---|---|
0.1.0 | 2019年5月18日 |
#8 在 #epoch-time
155KB
REPOCH
REPOCH 是一个命令行工具,用于将纪元时间戳转换为日期时间,反之亦然。
它可以将 UTC 纪元时间转换为日期时间。
源码构建
要构建二进制文件,只需
$ cargo build
运行以下示例即可运行
$ cargo run -- 1558150671
安装
简单输入命令:s
cargo install repoch
文档
目前,文档是工具的帮助返回信息
Convert the epoch value to datetime and datetime to epoch (everyting as utc)
USAGE:
repoch [FLAGS] [OPTIONS] <value>
FLAGS:
-h, --help Prints help information
-d, --date If will convert from date to epoch or not
-V, --version Prints version information
OPTIONS:
-f, --format <format> Conversion format, Epoch is output and Date is input [default: %Y-%m-%d %H:%M:%S]
ARGS:
<value> Value to convert
许可证
MIT
自由软件,太棒了!
依赖
~4.5MB
~80K SLoC