You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: In the react-calendar-timeline package, versions 0.30.0-beta.1 and 0.30.0-beta.2, there is no available method to change the timezone. Most of the time, the package works with timestamps, and even using dayjs, it is impossible to change the timezone.
Steps to Reproduce:
Install version 0.30.0-beta.1 or 0.30.0-beta.2 of react-calendar-timeline.
Attempt to change the timezone using dayjs or other methods.
Notice that the timezone cannot be modified, even though it’s working with timestamps.
Expected Behavior: There should be a way to adjust or set the timezone for the calendar to handle time properly based on the user's local timezone or a different specific timezone.
Actual Behavior: There is no available option to change the timezone, making it difficult to work with time-sensitive data across different time zones.
Screenshots: (If applicable, add screenshots here to help explain the issue.)
Library Version: react-calendar-timeline version 0.30.0-beta.1 and 0.30.0-beta.2.
React Version: 18.2
The text was updated successfully, but these errors were encountered:
Description: In the react-calendar-timeline package, versions 0.30.0-beta.1 and 0.30.0-beta.2, there is no available method to change the timezone. Most of the time, the package works with timestamps, and even using dayjs, it is impossible to change the timezone.
Steps to Reproduce:
Install version 0.30.0-beta.1 or 0.30.0-beta.2 of react-calendar-timeline.
Attempt to change the timezone using dayjs or other methods.
Notice that the timezone cannot be modified, even though it’s working with timestamps.
Expected Behavior: There should be a way to adjust or set the timezone for the calendar to handle time properly based on the user's local timezone or a different specific timezone.
Actual Behavior: There is no available option to change the timezone, making it difficult to work with time-sensitive data across different time zones.
Screenshots: (If applicable, add screenshots here to help explain the issue.)
Library Version: react-calendar-timeline version 0.30.0-beta.1 and 0.30.0-beta.2.
React Version: 18.2
The text was updated successfully, but these errors were encountered: