私はsetDefaultTimezone
タイムゾーンを設定し、時間と場所をUITableview
.
そして、以下のコードを使用してデフォルトのタイムゾーンを設定しました
[cell.detailTextLabel setText:[NSString stringWithFormat:@"%@", evnt.location]];
[NSTimeZone setDefaultTimeZone:[NSTimeZone timeZoneWithName:evnt.location]];
[cell.textLabel setText:[NSString stringWithFormat:@"%@",[NSDate date]]];
私がしなければならないこと?