Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Alt ITV: put availability dates in format expected by get_iplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Apr 25, 2017
1 parent 9d846f0 commit 247b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetITVListings.m
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ -(void)processCarriedForwardProgrammes
NSString *episodeString = nil;

NSDateFormatter* dateFormatter1 = [[NSDateFormatter alloc] init];
dateFormatter1.dateFormat = @"yyyy-MM-dd'T'HH:mm:ssZ";
dateFormatter1.dateFormat = @"yyyy-MM-dd'T'HH:mm:ssZZZZZ";
NSString *dateAiredString = nil;

NSDate *dateAiredUTC;
Expand Down

0 comments on commit 247b9eb

Please sign in to comment.