Reference Dates in iOS and the 24 Hour Clock
I recently came across a bug in one of my iOS apps due to NSDateFormatter’s handling of a user’s 24 Hour clock setting on their iPad. The app automatically synchronizes a series of objects to the user’s device when the app launches. Typically, the sync service will get the max LastModified from each of the […]