I need to get the timezone from the user's browser. As this is an application using angularjs, I decided to use the angular-moment library. However I did not succeed in getting the name of timezone.
What I need is a way in angularjs to get something like: 'America / Sao_Paulo', 'Europe / Paris'
I thought about using the library moment-timezone.js but I could not add it as a dependency in the angle, so I can use it in the controler.