๐Ÿ“ฆ willnorris / timestamp

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ BSD 3-Clause "New" or "Revised" License
๐Ÿ“ฅ Clone https://github.com/willnorris/timestamp.git
HTTPS git clone https://github.com/willnorris/timestamp.git
SSH git clone git@github.com:willnorris/timestamp.git
CLI gh repo clone willnorris/timestamp
Will Norris Will Norris add support for Unix timestamps with sub-second precision 60cfdbc 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ LICENSE
๐Ÿ“„ main_test.go
๐Ÿ“„ main.go
๐Ÿ“„ README.md
๐Ÿ“„ README.md

GoDoc Test Status Test Coverage

timestamp ##

The timestamp tool prints time in a variety of formats including unix timestamp, RFC 3339, ordinal date, and epoch days. Install by running:

go get willnorris.com/go/timestamp

Run timestamp -help for complete usage.