I am in need of obtaining time information from an online source, whether it be an NTP server, JSON time server, or simply an HTTP Header. The precision is not important to me, but the requirement is that I must get the time from an online source. Unfortunately, I do not have access to any servers, so writing any server-side code is out of the question.
Attempting to retrieve the header using an HTTP Request may potentially violate the same origin policy, making it a non-viable option for me.
I have been unable to find a solution that does not involve some form of PHP or other programming languages - my only options are HTML/CSS/JS...nothing else!
Any suggestions or ideas?