acm1 / epoch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epoch

Prints timestamp in human and Unix epoch formats.

Installation:

go get -u github.com/acm1/epoch

Examples:

  • Print current time:

    • epoch
  • Print time from human timestamp:

    • epoch 7/7/20 10:00
  • Print time from unix timestamp:

    • epoch 1524137942

About


Languages

Language:Go 100.0%