To save date to CloudKit, we must make:
A CKRecordID (the key of your unique record)
A CKRecord (which includes data)
Making a record key
To ensure that every new record identifier is unique, we use the current timestamp, which is unique. We get the timestamp using NSDate's method timeInter...