refactor: date +%s%3N should work on Linux (or print only seconds)

pull/516/head
Jorge Bucaran 5 years ago
parent e1469e5a39
commit 37335526dc
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -473,6 +473,6 @@ function _fisher_now -a elapsed
case Darwin \*BSD
command perl -MTime::HiRes -e 'printf("%.0f\n", (Time::HiRes::time() * 1000) - $ARGV[0])' $elapsed
case \*
command date "+%s%3N" | command awk -v ELAPSED="$elapsed" '{ print $0 - ELAPSED }'
math (command date "+%s%3N") - "0$elapsed"
end
end

Loading…
Cancel
Save