[bug]: Greeting message uses incorrect timezone instead of user’s local timezone
@anmolsinghbhatia is already working on this.
Since Feb 19, 2026.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
The application determines the greeting message based on a fixed or server timezone rather than the user’s local timezone. This results in incorrect greetings for users in different countries.
Example
A user in India (IST) sees “Good morning” at 19:44 IST, which should be “Good evening”.
At the same time, a user in the United States (EST/PST) may see a different greeting that does not match their local time.
Actual Result
The greeting message does not align with the user’s local time and country.
Expected Result
The greeting message should be calculated based on the user’s local timezone, ensuring accurate greetings for users in different regions (e.g., India, US).
Steps to reproduce
Steps to Reproduce
- Open the application.
- Log in with valid user credentials.
- Observe the greeting message displayed on the dashboard/home screen after login.
- Note the greeting text and the displayed date/time.
Environment
Production
Browser
Google Chrome
Variant
Cloud
Version
latest
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.