Your comments

You can quote city names with whitespace, for example

hebcal -c -C "San Francisco"

Thanks for contacting Hebcal! The warnings in the screenshot you attached seem to be for a website called yahrzeitmemorial.net which is not affiliated with Hebcal.com. We regret that we cannot help with that website. Please contact the owner of yahrzeitmemorial.net to ask them to address the cross site scripting bug.

Thank you. To report an issue in Hebcal.com, please contact security@hebcal.com. Please allow a reasonable time (1-2 business days) for a response after reporting.

Please include an exact URL or screenshot and steps to reproduce the XSS vulnerability.

Thanks for the recommendation! We will look into implementing this.

And another way to calculate it is to convert to Gregorian and then use a date difference website:

https://www.hebcal.com/converter?hd=19&hm=Tamuz&hy=5744&h2g=1

19th of Tamuz, 5744 = Thu, 19 July 1984

https://www.hebcal.com/converter?hd=24&hm=Tishrei&hy=5784&h2g=1

24th of Tishrei, 5784 = Mon, 9 October 2023

Then visit the Days Calculator: Days Between Two Dates calculator

From and including: Thursday, July 19, 1984
To and including: Monday, October 9, 2023
https://www.timeanddate.com/date/durationresult.html?m1=10&d1=09&y1=2023&m2=07&d2=19&y2=1984&ti=on


Result: 14,327 days
It is 14,327 days from the start date to the end date, end date included.

Or 39 years, 2 months, 21 days including the end date.

Or 470 months, 21 days including the end date.

There are 14,327 days between those two dates.


const {HDate} = require('@hebcal/core');

const hd1 = new HDate(19, 'Tamuz', 5744);

const hd2 = new HDate(24, 'Tishrei', 5784);

console.log(hd2.abs() - hd1.abs(1) + 1);

14327

Thanks for the additional information. This helps us to understand what you were expecting to see.

We have enhanced the Torah reading RSS feed to include holiday Torah readings that fall between today and the upcoming Shabbat reading. If you refresh the feed, you will see readings for Sukkot chol haMoed in addition to the Shmini Atzeret reading on Shabbat.

Did the proposed solution improve the page load speed?

Hi, can you send a screenshot? We don't understand what you mean when you write "Unfortunately, the Sukkot page doesn't come up right now" because the Sukkot 2023 web page looks just fine to us.