mosh icon indicating copy to clipboard operation
mosh copied to clipboard

problems in `(scheme time)`

Open ecraven opened this issue 1 year ago • 0 comments

the different values for jiffies-per-second and current-jiffy do not work together. current-jiffy increases by 1 every second, so jiffies-per-second should be 1, but it is instead 1000000000, so all calculations with these are off by a factor of 1 billion.

ecraven avatar Jul 03 '24 11:07 ecraven