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

Date type fields are timezone adjusted when they shouldn't be #274

Closed
deejay-hub opened this issue Nov 29, 2023 · 2 comments · Fixed by #276
Closed

Date type fields are timezone adjusted when they shouldn't be #274

deejay-hub opened this issue Nov 29, 2023 · 2 comments · Fixed by #276
Assignees
Labels
bug Something isn't working

Comments

@deejay-hub
Copy link
Owner

Time Warp version
v1.12

Describe the bug
When a date type field is used to plot against Time Warp the date used is timezone adjusted based on midnight. This means that for some users the positioning on the timeline appears to be incorrect.

To reproduce
Steps to reproduce the behavior:
Set Timezone to GMT-3

  1. Create a Task with date 2023-11-29
  2. Refresh Time Warp
  3. Scroll to the Task plotted
  4. Here you'll see the date/time used to plot is 2023-11-28 21:00

Expected behaviour
The date/time used to plot should be 2023-11-29 00:00 where the time portion is ignored for users in different timezones

@deejay-hub deejay-hub self-assigned this Nov 29, 2023
@deejay-hub deejay-hub added the bug Something isn't working label Nov 29, 2023
@deejay-hub deejay-hub linked a pull request Dec 1, 2023 that will close this issue
@a3w
Copy link

a3w commented Dec 1, 2023

Thanks for the fast reply, @deejay-hub!

How can I get and apply the latest update in my org?

@deejay-hub
Copy link
Owner Author

@a3w If you're using the code as is you can download the latest code and package yourself from this repo since the fix is already in the main branch - some people are packaging the app themselves since they make specific changes.

We will release a new version of the official Time Warp component on the AppExchange here at the end of Jan. This includes this fix and others documented below.

Release notes -> https://dave-norris.medium.com/time-warp-roadmap-jan-2024-2837cbee21b1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants