Tagged Questions
0
votes
1answer
172 views
date uses gettimeofday?
When I do: date system call on freeBSD, does it internally use gettimeofday ?
Another que: how do I know where the code of "date" command sitting on the system?
Thanks.
0
votes
4answers
759 views
Python clock function on FreeBSD
While testing Pythons time.clock() function on FreeBSD I've noticed it always returns the same value, around 0.156
The time.time() function works properly but I need a something with a slightly ...