From be0090be0654929c865ac2e89ab3b17794127912 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 28 Jan 2013 16:44:14 -0500 Subject: [PATCH] Fix until date in component editor --- UI/Scheduler/UIxComponentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index ced89c05e..07728523c 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -1927,7 +1927,7 @@ RANGE(2); ud = [[context activeUser] userDefaults]; date = [NSCalendarDate dateWithYear: [date yearOfCommonEra] month: [date monthOfYear] - day: [date dayOfYear] + day: [date dayOfMonth] hour: 0 minute: 0 second: 0 timeZone: [ud timeZone]];