0

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.

MysticMagicϡ
  • 28,593
  • 16
  • 73
  • 124

1 Answers1

1

Use http://pellepim.bitbucket.org/jstz/

> var timezone = jstz.determine();
> timezone.name(); 
"Asia/Kolkata"
Suresh Atta
  • 120,458
  • 37
  • 198
  • 307