hebcal/hebcal-js

setLocation affect nothing

itzharDev opened this issue · 2 comments

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());

What are the different outputs you get?

Could this have been related to #50?