-
Notifications
You must be signed in to change notification settings - Fork 300
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
Problem with timestamp and timezone #387
Comments
Perhaps this is the problem? cal-heatmap/src/helpers/DateHelper.ts Line 161 in 6cb8ddf
|
I think it works by removing this line, thanks! |
@ValentinS33 did you have any luck in getting this to appear in the proper local timezone? |
No :( For the moment, I use only Europe/Paris timezone so I set .utcOffset(1) and and I will change to .utcOffset(2) when there is the time change and the 2 hour difference in France... |
👍🏻 |
Hello!
I tried this code:
But even if I change the timezone, the date is always the same (in UTC).
I also tried a date like
2023-10-04T14:03:31.040000+00:00
or2023-10-04T16:03:31.040000+02:00
but same problem.Thank you!
The text was updated successfully, but these errors were encountered: