Hey,
time_t sec = time(NULL);
gives me the seconds since 1970.
But...
It works with the system clock...
So maybe the system clock is not synchron on two computers...
Is there a way to get the seconds since 1970 WITHOUT the system clock, so that it is synchron on two computers?
Thanks!