Reputation: 1210
It's about an all-fresh system without NTP or any other external time signal source, whose real-time clock hasn't even been set yet manually. When I query it by using
int gettimeofday (struct timeval *tv, struct timezone *tz);
…which return value resp. timeval
struct will I get then? A random one, one representing the "epoch" (1970-01-01), or some kind of error?
Upvotes: 2
Views: 111