NSDate *currentRealDate = [NSDate date];
NSTimeZone *timeZone = [NSTimeZone defaultTimeZone];
NSDateComponents *offsetComponents = [[NSDateComponents alloc] init];
[offsetComponents setSecond:(-1*[timeZone secondsFromGMTForDate:currentRealDate])];
NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
NSDate *currentDate = [gregorian dateByAddingComponents:offsetComponents toDate:currentRealDate options:0];
댓글 없음:
댓글 쓰기