From 87586d9f98cc67ac5c77ab0ae19a1ce402426dae Mon Sep 17 00:00:00 2001 From: CaS Date: Wed, 2 Oct 2002 12:08:52 +0000 Subject: [PATCH] Don't set system time zone prematurely ... it can cause recursive invocation of NSUserDefaults synchronize method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14627 72102866-910b-0410-8b05-ffd578937521 --- Source/NSTimeZone.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index fd9f80f91..e67849635 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -989,7 +989,6 @@ static NSMapTable *absolutes = 0; NSNonRetainedObjectMapValueCallBacks, 0); localTimeZone = [[NSLocalTimeZone alloc] init]; - [self setDefaultTimeZone: [self systemTimeZone]]; fake_abbrev_dict = [[NSInternalAbbrevDict alloc] init]; if ([NSThread isMultiThreaded])