mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
merge of 'a1701b3f7bd858b1fc0810b5313e8648bfcb42f6'
and 'e63db11744055769ff757def864e9770499ad057' Monotone-Parent: a1701b3f7bd858b1fc0810b5313e8648bfcb42f6 Monotone-Parent: e63db11744055769ff757def864e9770499ad057 Monotone-Revision: b17886dc9b84e4662186fb632398245956c8d684 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-19T01:22:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
tz = [NSTimeZone defaultTimeZone];
|
||||
dateTime = [initialDate addYear: 0 month: 0 day: 0
|
||||
hour: 0 minute: 0
|
||||
second: -[tz secondsFromGMT]];
|
||||
second: -[tz secondsFromGMTForDate: initialDate]];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user