-
Notifications
You must be signed in to change notification settings - Fork 249
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
Calendar date picker date mismatch #667
Comments
Hamster just works with local times so I don't believe your location is the issue. More likely this is a duplicate of previously reported issues being worked on in #630. (Hopefully work on this very important issue will be resumed soon!) |
There has been a fix pending for 8 months and a half: #597 (comment) |
The fact is recalculated already in on_start_date_change(). By calling the setter of self.date the fact would be change a second time. The start_date was then wrong by the delta. E.g. edit a complete fact (start and end must be set). Click on the start date and choose 2 days into the future, the command line shows now 4 days into the future. Fixes: projecthamster#667
The fact is recalculated already in on_start_date_change(). By calling the setter of self.date the fact would be change a second time. The start_date was then wrong by the delta. E.g. edit a complete fact (start and end must be set). Click on the start date and choose 2 days into the future, the command line shows now 4 days into the future. Fixes: projecthamster#667
A fix has been pending for 9 months and a half: #597 (comment) |
@ederag That fix has been rejected by current maintainers and closed for several months now. If you are still interested in making a positive contribution to the project please consider making a new minimal pull request based on current master. Otherwise please do us all a favour and move on. |
Interesting tone.
Why would I take that time ? The previous one was discarded because they play the boss.
They overlooked some aspects, as explained in #630 (comment), |
I do not think discussion on the merits of your PR should happen here, so I added a comment there to further clarify why I closed it, to prevent further clouding discussion here. However, I do believe that @GeraldJansen makes a good point. @ederag, if you're interested in adding information to duplicate issues, I suggest you link to a relevant existing open issue or pullrequest, rather than your own comment on your own PR. Right now, it sounds to me like you're not trying to contribute with information, but are only commenting out of spite. Your last comment, and most of your recent comments would not qualify as constructive to me, so I'd second @GeraldJansen's suggestion to make positive contributions (like this comment), or none at all. Getting back to the actual subject of this issue: @kidorion, @Pops34, thanks for taking the time to report this issue. I suspect it is the same issue as reported in #590, so I'm going to close this issue as a duplicate of that. We have been aware of that issue for quite a while, but a proper fix turned out a bit more involved that one would hope, and there are a few different approaches, but nothing merged yet. Work on this issue seems to have died down a bit in the last months, for me personally due to other priorities, but I do think this is an important issue to tackle sooner rather than later. |
Yet other comments mislead people into not testing it. |
The date picked in graphical UI calendar doesn't match the date applied to command line.
My guess is a locale problem. My locale is Sydney, Australia = UTC+10 or UTC+11 during summer.
I'm using Linux Mint Debian 10.2 buster, Cinnamon desktop 4.6.7.
Goal: try and make an entry for yesterday Friday 2021-01-15 09:00-15:00
Thanks..
Steps to reproduce are:
See image:
Also browsing past entries using the Graphical UI show similar out-by-one-day errors.
The text was updated successfully, but these errors were encountered: