-
Notifications
You must be signed in to change notification settings - Fork 7
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
Time Zone Changed On DST End (Carrier-Supplied Time) #35
Comments
Similar impact confirmed by several users. Various US time zones http://forum.xda-developers.com/showthread.php?t=1973095 -- has some logs potentially suggesting a radio restart? Very weak evidence at this point. |
Bug confirmed. This happened to me on LB6. |
Confirmed on KJ4 CM9 r8 |
There must be something else to this, the problem was not replicated for me EDIT |
maybe its a kernel issue? currently using 2.6.35.7-cyanogenmod-ICS-00168-g54d8330 which came with the latest aokp team acid edition. but maybe i'm wrong since jeff uses hefe kod also? |
Handler is in frameworks/base/services/java/com/android/server/NetworkTimeUpdateService.java
Unfortunately that looks like a near noop as I can't see anything being done with mNitz*SetTime More clues possibly in frameworks/base/telephony/java/com/android/internal/telephony/SamsungRIL.java Current guess is that the time changed by an hour and it got reflected in both the clock and the timezone. |
After the daylight savings end, The clock went back 2 hours instead of 1
Use network provided time zone setting incorrectly shows my time zone to Central Standard Time CST, whereas I am located in Eastern. time zone.
ICS 4.0.4 R9 2012-08-30
The text was updated successfully, but these errors were encountered: