Skip to content

Commit dcdf79d

Browse files
authored
increase cache time precision
1 parent 801a0ce commit dcdf79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ get_tmp_dir() {
7373
}
7474

7575
get_time() {
76-
date +%s
76+
date +%s.%N
7777
}
7878

7979
get_cache_val(){

0 commit comments

Comments
 (0)