mrmgxxxx
mrmgxxxx
isssue have resoled? and long time passed, how about this code ? is there a new release which already fix this issue or what ? @asfgit
a.out code: ```c++ #include #include int main() { struct timespec current_time; clock_gettime(CLOCK_MONOTONIC, ¤t_time); printf("Current tick time: %lld.%09ld seconds since epoch\n", (long long)current_time.tv_sec, current_time.tv_nsec); return 0; } ```
faketime version: ``` Version 0.9.10 ```
Is there any way not to change the tick time?