-
-
Notifications
You must be signed in to change notification settings - Fork 56
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 not saved correctly #216
Comments
Can you please provide a bit more context? Screenshot, Timezone information. I know this issue is has been reported in the past and we might have introduced a regression with the latest upgrade to Meteor.js version 3.0 but I still need that information for troubleshooting - thanks for your understanding! |
I can add more context as I'm seeing this as well. If I try to track time from a calendar view, if I click on a day or drag a project to a day, the dialog box that appears always sets it to the previous day. I actually don't see where to add a time zone in the settings? But my time zone is United States/Phoenix. I'm seeing this issue regardless of if I set my start day of the week to 0 or 1, and changing the time unit from the profile drop down does not make a difference either. I am running the container in podman (which should be close enough to docker to not make a difference). I see the following error in the log (but no other errors) -
|
Hello and thanks for providing more information on this issue! |
As a potential solution, one thing I've done with other mongo containers is pass the following volume:
This allows for the timezone to passed from the host to the container. I'm not sure if this would be any easier than just configuring it to be a manual option in the settings, though. |
🐛 trying to fix issue #216 - incorrect dates saved
when tracking track time for a project, the saved date is always set to the day before (yesterday by default) or the day before the selected date.
The text was updated successfully, but these errors were encountered: