I want to make something for a minecraft server (us.thedarkage.nl) that will tell you what UTC time zone you're in, and compare it with your friend's. Can anyone tell me how to do this with JavaScript?
How to find your timezone with JavaScript?
Guest
Javascript's Date object has a method getTimezoneOffset()
Gonzo