-
Notifications
You must be signed in to change notification settings - Fork 140
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
Local time setting is misconfigured #198
Comments
Sorry, this local time setting has not been implemented yet 🙇 |
ah ok, LocaleUtil is checking this so i thought it was implemented. |
Can I use |
@Pluu It's okay to introduce ThreeTenABP 👍 |
I think Issue is this. Step to reproduceCheck Session ==>
😱 😱 😱 😱 😱 I will try it in another way. |
- DroidKaigi#198 ## Desc - Add, ThreeTenABP - Add, Gson Custom TypeAdapter (ZonedDateTimeSerializer, ZonedDateTimeDeserializer) - Change Data type Date -> ZonedDateTime (Session stime/etime)
Overview (Required)
Local time is not applied after we changed that setting even if restarting app (even if remove from recent and launch again).
We change phone time zone and back to app, local time is applied when local time setting is on or off.
Step to reproduce
I notice that step 5, Bangkok(GMT+7) shows not 8:00 but 9:00. It seems
LocalUtil
expect Tokyo(GMT+9) for args, but it is 10:00 at Taipei(GMT+8) because of problem 1, so it produces 1h diff from 10:00. (Maybe solved when problem 1or2 get fixed)The text was updated successfully, but these errors were encountered: