···11diff --git a/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift b/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift
22-index b85291e..07a5d3c 100644
22+index b85291e..546709d 100644
33--- a/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift
44+++ b/node_modules/expo-updates/ios/EXUpdates/Update/ExpoUpdatesUpdate.swift
55@@ -78,13 +78,20 @@ public final class ExpoUpdatesUpdate: Update {
66 status = UpdateStatus.StatusPending
77 }
88-88+99+ // Instead of relying on various hacks to get the correct format for the specific
1010+ // platform on the backend, we can just add this little patch..
1111+ let dateFormatter = DateFormatter()