[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #12321] gmt = [NSTimeZone [NSTimeZone timeZoneWithAbbreviation:@"G
From: |
anonymous |
Subject: |
[bugs #12321] gmt = [NSTimeZone [NSTimeZone timeZoneWithAbbreviation:@"GMT"] cause Exception |
Date: |
Mon, 14 Mar 2005 23:54:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050306 Firefox/1.0.1 (Debian package 1.0.1-2) |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12321>
Summary: gmt = [NSTimeZone
[NSTimeZone timeZoneWithAbbreviation:@"GMT"] cause Exception
Project: GNUstep
Submitted by: None
Submitted on: Mon 03/14/2005 at 23:54
Category: Base/Foundation
Severity: 5 - Average
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
calling the following statement
gmt = [NSTimeZone timeZoneWithAbbreviation:@"GMT"];
i get an exception:
Uncaught exception NSInvalidArgumentException, reason:
Tried to add nil key to dictionary...
For debugging purposes i called:
NSLog (@"timezone abbreviations: %@", [NSTimeZone
abbreviationDictionary]);
and the only output for exactly the "GMT" was:
GMT = "Africa/Porto-Novo";
which is definitely not my time-zone (Europe/Berlin).
Version-Information: (debian-packages)
libgnustep-base1.10-dev 1.10.1-2
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12321>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #12321] gmt = [NSTimeZone [NSTimeZone timeZoneWithAbbreviation:@"GMT"] cause Exception,
anonymous <=