if i use moment to get offset in client code will it be based on the clients 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