[UTC][calendar-service2][Non-ACR][remove endtime]
authorJeesun Kim <iamjs.kim@samsung.com>
Tue, 10 Apr 2018 01:01:49 +0000 (10:01 +0900)
committerjeesun kim <iamjs.kim@samsung.com>
Tue, 10 Apr 2018 01:07:07 +0000 (01:07 +0000)
Change-Id: I7cd37ecdcba0837bf9f8925171d1ef40effa5387

src/utc/calendar-service2/utc-calendar-reminder.c

index 1bdd122..0dbcc23 100755 (executable)
@@ -189,9 +189,6 @@ static int _add_reminder_localtime_in_event(struct tm *local, int unit, int recu
        start_time.time.date.minute = local->tm_min;
        start_time.time.date.second = local->tm_sec;
 
-       time_t now_t = mktime(local);
-       now_t += (60 * 60 * 24);
-
        calendar_time_s end_time = {0};
        end_time.type = CALENDAR_TIME_LOCALTIME;
        end_time.time.date.year = local->tm_year + 1900;