diff options
author | Luke Bratch <luke@bratch.co.uk> | 2017-07-12 15:08:20 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2017-07-12 15:08:20 +0100 |
commit | 347936a79b7e326083559ec8614df1c26a829558 (patch) | |
tree | 10855a382c16f68d15ac4c42c4604aa95e3a87f4 /unixtime.bash | |
parent | ba7417df7cdd5f291d8cc359c9c5450ffadff905 (diff) | |
parent | 955b122dd5ec7560d5b76c6095f024bf9e26560f (diff) |
Merge branch 'milliseconds' into 'master'
Milliseconds
Added 3 new functions:
**Print the current unix timestamp**
Run the script with no arguments
e.g:
joe@phobos ~/blatech/unixtime $ ./unixtime.pl
1499865953
**Convert from time since the Unix epoch, given in milliseconds**
Run the script with a timestamp in milliseconds, and add a second argument "ms"
e.g:
joe@phobos ~/blatech/unixtime $ ./unixtime.pl 1499865571123 ms
Wed Jul 12 14:19:31:123 BST 2017
**Print the current time since the Unix epoch in milliseconds**
Run the script only with the argument "ms"
e.g:
joe@phobos ~/blatech/unixtime $ ./unixtime.pl ms
1499866043745
See merge request !1
Diffstat (limited to 'unixtime.bash')
0 files changed, 0 insertions, 0 deletions