mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Fix for all-day events and DST
Monotone-Parent: dfb14f2703df6b34884a9fb24c8a1e3346359c45 Monotone-Revision: e63db11744055769ff757def864e9770499ad057 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-18T21:41:22 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