项目作者: dgtony

项目描述 :
Unix timestamp utility
高级语言: Rust
项目地址: git://github.com/dgtony/ts.git
创建时间: 2018-06-21T22:04:34Z
项目社区:https://github.com/dgtony/ts

开源协议:MIT License

下载


TS - timestamp utility

Tiny utility, that solves (at least for me) couple of annoying issues with Unix timestamps.

Woohoo, you don’t need online-converters or Python interpreter running just to check out current timestamp anymore! Well, in most cases.

Usage

There are just two things this utlity is capable of:

  • print current Unix timestamp (no arguments):
  1. # ts
  2. Current timestamp: 1529618183
  • parse given timestamp:
  1. # ts 1529618183
  2. 1529618183 => 2018-06-21 21:56:23 UTC