mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 3539ecd8be9d6a343ed36dd75849ea9713497066
Monotone-Revision: 1b12beb00e557f3ecfec3bb87a586b501981fced Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T17:06:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -597,12 +597,10 @@
|
||||
- (NSCalendarDate *) newStartDate
|
||||
{
|
||||
NSCalendarDate *newStartDate, *now;
|
||||
BOOL hmSpecified;
|
||||
int hour;
|
||||
|
||||
newStartDate = [self selectedDate];
|
||||
hmSpecified = ([[self queryParameterForKey: @"hm"] length] > 0);
|
||||
if (!hmSpecified)
|
||||
if ([[self queryParameterForKey: @"hm"] length] == 0)
|
||||
{
|
||||
now = [NSCalendarDate calendarDate];
|
||||
[now setTimeZone: [[self clientObject] userTimeZone]];
|
||||
|
||||
Reference in New Issue
Block a user