Skip to content
Snippets Groups Projects
Commit 8ffcf715 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Update to use tcl internal "clock" function.

parent 66423202
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ make_bash_script $file_in " ...@@ -73,7 +73,7 @@ make_bash_script $file_in "
" "
proc date {} { proc date {} {
send_user "local time: [exec date]\n" send_user "local time: [clock format [clock seconds]]\n"
} }
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment