NSDate *now = [NSDate date]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setDateStyle:NSDateFormatterShortStyle]; [formatter setTimeStyle:NSDateFormatterShortStyle]; // Жесткое указание временной зоны //[formatter setTimeZone:[NSTimeZone timeZoneWithName:@"Kyiv"]]; //[formatter setTimeZone:[NSTimeZone timeZoneForSecondsFromGMT:3600 * 2]]; // Временная зона указанная в системных настройках [formatter setTimeZone:[NSTimeZone localTimeZone]]; NSLog(@"%@",[formatter stringFromDate:now]);
субота, 1 березня 2014 р.
Текущая дата OS X / iOS
Вывод текущей даты с учетом временной зоны в OS X и iOS:
Підписатися на:
Дописати коментарі (Atom)
Немає коментарів:
Дописати коментар