diff --git a/scripts/helpers.sh b/scripts/helpers.sh index c5b5f37..5153e7b 100644 --- a/scripts/helpers.sh +++ b/scripts/helpers.sh @@ -104,7 +104,7 @@ get_tmp_dir() { } get_time() { - date +%s.%N + perl -MTime::HiRes=time -e 'printf "%.9f\n", time' } get_cache_val() {