NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
NSLocale *zh_CNLocale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US_POSIX"];
dateFormatter.locale= zh_CNLocale;
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
NSLocale *zh_CNLocale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US_POSIX"];
dateFormatter.locale= zh_CNLocale;