mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
copying the local time zone just, returns it
This commit is contained in:
parent
242eb7165b
commit
f319725536
1 changed files with 10 additions and 0 deletions
|
@ -564,6 +564,16 @@ static NSString *_time_zone_path(NSString *subpath, NSString *type)
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) copy
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (id) copyWithZone: (NSZone*)z
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSData*) data
|
||||
{
|
||||
return [[NSTimeZoneClass defaultTimeZone] data];
|
||||
|
|
Loading…
Reference in a new issue