From ed8657334877dbe47a2f401bd08933f5c90de156 Mon Sep 17 00:00:00 2001 From: Igor Khmurets Date: Fri, 8 Aug 2014 16:17:13 +0300 Subject: [PATCH] [ios] Promo date changed to 17 aug --- iphone/Maps/Classes/LocalNotificationManager.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/LocalNotificationManager.mm b/iphone/Maps/Classes/LocalNotificationManager.mm index bb038312e8..c1e349da81 100644 --- a/iphone/Maps/Classes/LocalNotificationManager.mm +++ b/iphone/Maps/Classes/LocalNotificationManager.mm @@ -163,7 +163,7 @@ typedef void (^CompletionHandler)(UIBackgroundFetchResult); NSDateComponents * components = [[NSDateComponents alloc] init]; [components setYear:2014]; [components setMonth:8]; - [components setDay:15]; + [components setDay:17]; [components setHour:12]; NSDate * date = [[NSCalendar currentCalendar] dateFromComponents:components]; if ([date timeIntervalSinceNow] > 0)