This can be used by comparing GMT or Timeoffset and
comparing it with real GMT or time Offset
Note(TimeZoneOffset For Nepal is -345)
Code Snipp;
var timeNow= new Date();
var timeOffset=timeNow.getTimezoneOffset();
if(timeOffset==-345){
console.log("Country: Nepal");
}