Skip to content

Commit 8ec80d6

Browse files
committed
Merge branch 'master' of github.com:mchalek/timetools
2 parents d2cfd52 + 9eda13c commit 8ec80d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ to date, automatically figuring out the likely unit of the UTC (msec, sec, or ho
77
e.g.
88

99
```
10-
kevin@ubuntu:~/timetools (master u=)> ./when 1384871912325
10+
kevin@ubuntu:~> when 1384871912325
1111
(msec) Tue Nov 19 09:38:32 2013
1212
13-
kevin@ubuntu:~/timetools (master u=)> ./when 384642
13+
kevin@ubuntu:~> when 384642
1414
( hr) Sun Nov 17 13:00:00 2013
1515
16-
kevin@ubuntu:~/timetools (master u=)> ./when 1000000000
16+
kevin@ubuntu:~> when 1000000000
1717
(msec) Mon Jan 12 08:46:40 1970
1818
( sec) Sat Sep 8 21:46:40 2001
1919
( hr) Wed Jun 16 12:00:00 116049
@@ -22,12 +22,12 @@ kevin@ubuntu:~/timetools (master u=)> ./when 1000000000
2222
Also:
2323

2424
```
25-
kevin@ubuntu:~/timetools (master u=)> ./now
25+
kevin@ubuntu:~> now
2626
1384872087335
2727
28-
kevin@ubuntu:~/timetools (master u=)> ./daysago 1
28+
kevin@ubuntu:~> daysago 1
2929
1384785690633
3030
31-
kevin@ubuntu:~/timetools (master u=)> ./hoursago 24
31+
kevin@ubuntu:~> hoursago 24
3232
1384785692434
3333
```

0 commit comments

Comments
 (0)