Skip to content

Commit 3dcfbd2

Browse files
committed
increase cache time precision
1 parent dd6a8c4 commit 3dcfbd2

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
@@ -70,7 +70,7 @@ get_tmp_dir() {
7070
}
7171

7272
get_time() {
73-
date +%s
73+
date +%s.%N
7474
}
7575

7676
get_cache_val(){

0 commit comments

Comments
 (0)