hebcal / hebcal-js

⛔️ DEPRECATED - a perpetual Jewish Calendar (JavaScript)
GNU General Public License v3.0
123 stars 40 forks source link

setLocation affect nothing #59

Open itzharDev opened 5 years ago

itzharDev commented 5 years ago

Im runnig the following code locally(ISRAEL) and in my server (PARIS) - and i got different zmanim for the same date & location

const today = new Hebcal.HDate().setLocation(lat, lng);
console.log(today.getZemanim());
Scimonster commented 5 years ago

What are the different outputs you get?

Scimonster commented 5 years ago

Could this have been related to #50?