Using Chrome or Firefox extension I want to best guess this remote server's time.
Here is the dump of one response header in background script chrome.webRequest.onHeadersReceived.addListener
:
I got this stats today at around 12:30 pm IST or 7:00 am GMT
In the Date
response header I see as Mon, 23 Jan 2017 06:51:20 GMT
while the timeStamp
is "1485414080685.0159" which from this site comes to be 26th Jan 2017 12:31:21
Which one I can use to guess the server time?