JustThe problem is you didn't set the object to the specific key. You just registered the defaults but for undefined key. Just try
NSUserDefaults.standardUserDefaults().setObject(PBODateFormatter(type: .DateAndTimeSimple).stringFromDate(NSDate()), forKey:PBOOrdersLatestCleanKey) NSUserDefaults.standardUserDefaults().synchronize() Good luck