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
This commit is contained in:
Richard Frith-Macdonald 2002-10-02 12:08:52 +00:00
parent 32942f8a90
commit d1cc074e3d

View file

@ -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])