Tagged Questions

0
votes
1answer
179 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.