Am 28.10.2017 um 18:16 schrieb Allin Cottrell:
You'll see H:M for file modified within the last 24 hours. The
GTK
filechooser doesn't show time-of-day for older files.
Right, OK.
During testing another thing related to locale settings caught my attention:
I now have language set to German, but deactivated the locale-specific
decimal separator. When I run the SVAR sample script, I'm getting at the
end:
<output>
...
0.49840 0.50160 0.43081 0.56919
0.49873 0.50127 0.43082 0.56918
...
Bootstrapping model (1024 iterations)
Failed = 0, Time (bootstrap) = 8,20374
...
</output>
Notice the decimal dots in the matrix printout (as intended), but the
decimal comma in the timing printout at the end. The responsible line in
the script is:
printf "Failed = %d, Time (bootstrap) = %g\n", bfail, $stopwatch
Strangely this does _not_ happen when I have set the language to
"Automatic", as usual.
thanks,
sven