ivy-wallet
ivy-wallet copied to clipboard
[BUG] DATE PROBLEM
Please confirm the following
- [X] I checked the current issues for duplicate problems
Describe the bug
I just input the date & time eg 18 May 7.00am But after I confirmed the date become 17 May and I press in it, It was 18 May 7.00am That's weird
To Reproduce
Expected behavior
No response
Screenshots
No response
App version
4.6.3(163) from Play Store
Smartphone
Samsung Galaxy A54
Additional context
No response
Thank you @hkjansonchan for raising Issue #3145! 🚀 What's next? Read our Contribution Guidelines 📚.
Tagging @ILIYANGERMANOV for review & approval 👀
@hkjansonchan can you please add more details/screenshots and the steps to reproduce the issue.
This is how I tried to reproduce it. It is working as expected.
https://github.com/Ivy-Apps/ivy-wallet/assets/54620116/5fef1062-1c83-4fca-b4ee-901c149ed501
It's a timezone issue. Set your device to GMT+8 or some big difference from UTC and it'll break.
We need to work everywhere with Instant
(UTC) and convert to LocalDateTime only in the UI layer when we format Instant -> String
.
Same problem. The transaction history screen seems to be using the GMT+0 timezone no matter what.
I'm on it
Thank you for your interest @rishi2062! 🎉 Issue #3145 is assigned to you. You can work on it! ✅
If you don't want to work on it now, please un-assign yourself so other contributors can take it.
Also, make sure to read our Contribution Guidelines.
@ILIYANGERMANOV is this issue still open after my merge ?