I want to set different timezone in Javascript.Currently It is showing date and time zone of local machine or client\'s PC date /timezone.
Regards,
There is no in-built functionality in JavaScript to do this.
You could embed the time-zone in (e.g.) a hidden field on the page when it is rendered from the server, or implement some sort of http request to actively retrive it from the server.