Right now the function `getIsBusinessDay` in `src/utils/dates.ts` checks if the day is not 0 or 6. for example, in Israel, the weekend is friday/saturday and the first working day is sunday...
Right now the function
getIsBusinessDayinsrc/utils/dates.tschecks if the day is not 0 or 6.for example, in Israel, the weekend is friday/saturday and the first working day is sunday...