When I call
NSDate *now = [[NSDate alloc] init];
in order to get the current date and time, I check it with:
NSLog(@\"Dat
Use NSDate *now = [NSDate date];
I am using it and giving me perfect result.