makeplane / makeplane/plane

[bug]: Greeting message uses incorrect timezone instead of user’s local timezone

Open
#8,580 3 comments 0 reactions 1 assignee View on GitHub

@anmolsinghbhatia is already working on this.

Since Feb 19, 2026.

🐛bug plane
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).

Image
Steps to reproduce

Steps to Reproduce

  1. Open the application.
  2. Log in with valid user credentials.
  3. Observe the greeting message displayed on the dashboard/home screen after login.
  4. Note the greeting text and the displayed date/time.
Environment

Production

Browser

Google Chrome

Variant

Cloud

Version

latest

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.