mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
autogsdoc tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14642 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
632eb77cc4
commit
bcc9e2fc7f
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@
|
|||
+ (NSTimeZone*) systemTimeZone;
|
||||
+ (NSTimeZone*) timeZoneWithName: (NSString*)name data: (NSData*)data;
|
||||
- (NSString*) abbreviation;
|
||||
- (NSString*) abbreviationForDate: (NSDate*)when;
|
||||
- (NSString*) abbreviationForDate: (NSDate*)aDate;
|
||||
- (NSData*) data;
|
||||
- (id) initWithName: (NSString*)name;
|
||||
- (id) initWithName: (NSString*)name data: (NSData*)data;
|
||||
|
@ -65,7 +65,7 @@
|
|||
- (BOOL) isEqualToTimeZone: (NSTimeZone*)aTimeZone;
|
||||
- (NSString*) name;
|
||||
- (int) secondsFromGMT;
|
||||
- (int) secondsFromGMTForDate: (NSDate*)when;
|
||||
- (int) secondsFromGMTForDate: (NSDate*)aDate;
|
||||
#endif
|
||||
|
||||
#ifndef STRICT_MACOS_X
|
||||
|
|
|
@ -820,7 +820,7 @@ static NSMapTable *absolutes = 0;
|
|||
* <p>Time zone names in NSDates should be GMT, MET etc. not
|
||||
* Europe/Berlin, America/Washington etc.
|
||||
* </p>
|
||||
* The problem with this is that various time zones may use the
|
||||
* <p>The problem with this is that various time zones may use the
|
||||
* same abbreviation (e.g. Australia/Brisbane and
|
||||
* America/New_York both use EST), and some time zones
|
||||
* may have different rules for daylight saving time even if the
|
||||
|
|
Loading…
Reference in a new issue