Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Date picker select is always off by one day #1992

Closed
1 task done
emilyastranova opened this issue Aug 27, 2023 · 6 comments
Closed
1 task done

[bug]: Date picker select is always off by one day #1992

emilyastranova opened this issue Aug 27, 2023 · 6 comments
Assignees
Labels
🐛bug Something isn't working 🛫plane Sync issues onto Plane 🏠self-hosted 🎨UI / UX

Comments

@emilyastranova
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I select an end date, it sets the date to the day prior than the one I selected

Currently running v0.11.0-dev

Steps to reproduce

  1. Create an issue
  2. Select an end date
  3. Check the end date selected

Browser

Mozilla Firefox

Version

Self-hosted

@emilyastranova emilyastranova added the 🐛bug Something isn't working label Aug 27, 2023
@emilyastranova
Copy link
Author

Additionally, the PATCH request looks correct but the UI is showing otherwise:
image

It looks like even the GET is pulling the correct date:
image

But here is the UI:
image

@emilyastranova
Copy link
Author

I've got a feeling this is because of how getDate() works with timezones, it mandates UTC and I live in CST.

@kripainc
Copy link

Similar issue with hosted version as well.
Both the start and end date not working as expected when setting up or updating a project's Cycle. ie. Selecting 22nd Sep on date picker results in setting 21st Sep. It's very likely due to TZ - I'm testing this from NYC timezone.

@gicellamare
Copy link

Similar issue here, using GMT-3 timezone

@luis-cruzt
Copy link
Contributor

Same issue with the cloud solution

@vihar
Copy link
Contributor

vihar commented Dec 14, 2023

Related to #3074, closing this issue to continue conversation on the new thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🛫plane Sync issues onto Plane 🏠self-hosted 🎨UI / UX
Projects
None yet
Development

No branches or pull requests

7 participants