Skip to content

Commit

Permalink
add seconds to outputted date for geofence log entries
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Jan 22, 2013
1 parent 355d1fe commit e2a7bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candpiosapp/Geofence/GeofenceLogTableViewController.m
Expand Up @@ -35,7 +35,7 @@ - (NSDateFormatter *)entryDateFormatter
{
if (!_entryDateFormatter) {
_entryDateFormatter = [[NSDateFormatter alloc] init];
_entryDateFormatter.dateFormat = @"MMMM d - h:mma";
_entryDateFormatter.dateFormat = @"MMMM d - h:mm:ss a";
}

return _entryDateFormatter;
Expand Down

0 comments on commit e2a7bb1

Please sign in to comment.