**Before we start...:** - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue has not already been filed - [x] I'm reporting the issue to the correct repository (for multi-repository projects) **Branch/Commit:** main branch. **Expected behavior:** A Noko user should not get an email notification if it is a local holiday in their current country. **Actual behavior:** A Noko user will get an email notification if it is a local holiday in their current country. **Steps to reproduce:** 1. Step 1: Wait for a holiday in your country 2. Step 2: Don't log any time 3. Step 3: Get an email notification **Context and environment:** The root cause is pretty straightforward: https://github.com/fastruby/pecas/blob/48431033d8b43e9856092e83d9327e1bf591e6cc/app/models/user.rb#L20-L22 **I will abide by the [code of conduct](https://github.com/fastruby/pecas/blob/main/code-of-conduct.md)**
Before we start...:
Branch/Commit:
main branch.
Expected behavior:
A Noko user should not get an email notification if it is a local holiday in their current country.
Actual behavior:
A Noko user will get an email notification if it is a local holiday in their current country.
Steps to reproduce:
Context and environment:
The root cause is pretty straightforward:
pecas/app/models/user.rb
Lines 20 to 22 in 4843103
I will abide by the code of conduct