I can able to get the timezone offset in javascript. But how to get the timezone(Asia/Kolkata) by using that offset.
Please help me on this.
I can able to get the timezone offset in javascript. But how to get the timezone(Asia/Kolkata) by using that offset.
Please help me on this.
Use http://pellepim.bitbucket.org/jstz/
> var timezone = jstz.determine();
> timezone.name();
"Asia/Kolkata"