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

[Bug] Hour is being set to 00:00 automatically #14

Open
edersong opened this issue Jan 4, 2025 · 3 comments
Open

[Bug] Hour is being set to 00:00 automatically #14

edersong opened this issue Jan 4, 2025 · 3 comments
Assignees

Comments

@edersong
Copy link

edersong commented Jan 4, 2025

Some entries are being changed to 00:00 even setting it correctly.
Occurs with Flight, Bus, Hotel and Home.
Even editing them after, the issue persists.

image
image

@rohitkumbhar
Copy link
Owner

The DateTimePicker is a bit finicky about that Check Mark button being clicked and not clicked-out or hit Enter.
Can you confirm that the issue persist even if you use that button?
image

@rohitkumbhar rohitkumbhar self-assigned this Jan 4, 2025
@edersong
Copy link
Author

edersong commented Jan 5, 2025

Yes, by cliking Check Mark button fails, but hitting Enter works fine.

@tnt1232007
Copy link

I found out that it's because the date time range of Flights, Bus... is limited by the range of your trip. But trip only take date into account, so if your trip is 20/01 -> 27/01, it's actually 20/01 00:00 -> 27/01 00:00, hence the 00:00 hour.

A work around is set your trip end date to 1 date later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants