Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🐛 bug: initialDate is an hour short #19

Open
JobMoll opened this issue Aug 15, 2024 · 0 comments · May be fixed by #20
Open

🐛 bug: initialDate is an hour short #19

JobMoll opened this issue Aug 15, 2024 · 0 comments · May be fixed by #20

Comments

@JobMoll
Copy link

JobMoll commented Aug 15, 2024

When I use the initialDate it will always show an hour earlier than my date and time. I think it has something to do with the normalizedRowIndex in the:

case DateTimeType.hour24

flutter: 2024-07-01 02:00:26.798
flutter: [normalizedRowIndex, 2]
flutter: 2024-07-01 02:00:26.798

flutter: 2024-07-01 02:00:26.798
flutter: [normalizedRowIndex, 1]
flutter: 2024-07-01 01:00:26.798

@JobMoll JobMoll linked a pull request Sep 3, 2024 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant