On May 10, 2012, at 8:20 AM, Hänke, Maik wrote:
> I tried to react to time changes, but in the callback I got the old time.
Let me see if I understand the scenario:
1. You launch your app, and access e.g. TimeZoneInfo.Local
2. You change your system timezone
3. Your app doesn't see the timezone c
Hello,
I tried to react to time changes, but in the callback I got the old time.
In my test, the DateTime.Now changed 35 seconds after the callback was called.
What I'm doing wrong?
moTimeChangedReceiver = new TimeBroadcastReceiver();
IntentFilter intentFilter = new IntentFilter();