I'm trying to get the callback time like you have in the site.
But the only time i have in the get callback method start 10 seconds before the one that shows in the webpage.
This is probably because you're not adjusting for clock skew, but the client is. You can make an authenticated request to https://api.mypurecloud.com/api/v2/date to get the current server time and adjust your calculations accordingly.