Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gumieri/epoch
Command line tool for converting unix epoch timestamp
https://github.com/gumieri/epoch
Last synced: 14 days ago
JSON representation
Command line tool for converting unix epoch timestamp
- Host: GitHub
- URL: https://github.com/gumieri/epoch
- Owner: gumieri
- Created: 2018-06-14T13:32:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T14:06:50.000Z (over 6 years ago)
- Last Synced: 2024-12-08T07:42:46.486Z (17 days ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epoch
Command-line tool for converting unix epoch timestamp## Usage
```bash
epoch 1528983785807447300 1528983914054927100 1528983914716437300
2018-06-14 10:43:05.8074473 -0300 -03
2018-06-14 10:45:14.0549271 -0300 -03
2018-06-14 10:45:14.7164373 -0300 -03
``````bash
epoch now
1528983785807447300
``````bash
epoch now --milliseconds
1528984122506
``````bash
epoch now -m
1528984151074
```