mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 17:58:51 +00:00
(fix) disabled bias computation for now
This commit is contained in:
committed by
Francis Lachapelle
parent
f10b3e8be0
commit
d2952f1c91
@@ -119,6 +119,7 @@
|
||||
|
||||
- (NSString *) bias
|
||||
{
|
||||
#if 0
|
||||
NSTimeZone *userTimeZone;
|
||||
NSInteger secs;
|
||||
|
||||
@@ -126,6 +127,9 @@
|
||||
secs = [userTimeZone secondsFromGMT];
|
||||
|
||||
return [NSString stringWithFormat: @"%i", (secs/60)];
|
||||
#else
|
||||
return @"0";
|
||||
#endif
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user