Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Easy way to convert Unix time (milliseconds) to UTC time.

Commands:
```
~$ ./todate [milliseconds]
~$ ./tomdate [milliseconds]
```
Example:
```
~$ ./todate 1476676336400
~$ ./tomdate 1476676336400
```
### 7. tohex
Easy way to convert decimal number to hexadecimal. I usually use to convert alpha to hex.
Expand Down