Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```