Sencha Touch 2 Showing Old Data After Refresh on Production

I am not totally understanding why even after updating production and seeing the correct delta’s that I am seeing the old site information.

For now: I have figured out that you can clear the local storage in google chrome (very easy to do).

On my andriod device I needed to do the following in the browser url bar:

javascript:localStorage.clear();

This would then allow me to see the newest production site.

I am hoping this problem is because I have been messing around and deleting the production base. Guessing I will learn more once I get closer to actually putting it in production!

NTP Sync on Android

For some reason my android G2x phone started giving me the completely wrong date.  I am not sure if the network provider Natcom is sending the wrong date or what.  I switched to syncing using NTP.  So far so good.  All I needed to do was point it to the right server which was the following:

pool.ntp.org

Then it synced right up to the correct time/date for my location!