js moment how to find difference from local time behind or ahead gmt counting daylight timezone code example
Example: client timezone offset in JavaScript
var clientTimezoneOffset = new Date().getTimezoneOffset()/60;//offset in hours
var clientTimezoneOffset = new Date().getTimezoneOffset()/60;//offset in hours