I\'ve tried to google around but I still can\'t find the best answer.
All I want is very simple, I just want to get the current time in milliseconds.
How can
Take the current time in seconds and multiply by 1000 go get number of milliseconds:
double ms = CFAbsoluteTimeGetCurrent() * 1000.0;