mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
(fix) disabled bias computation for now
This commit is contained in:
@@ -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