Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get timezone

var timedifference = new Date().getTimezoneOffset();
//This returns the difference from the clients timezone from UTC time. You can then play around with it as you like.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #timezone
ADD COMMENT
Topic
Name
4+4 =