When parsing the date from the API, the category NSDictionary+USH is using YYYY-MM-dd HH:mm:ss time format but should have been using yyyy-MM-dd HH:mm:ss instead.
"A common mistake is to use YYYY. yyyy specifies the calendar year whereas YYYY specifies the year (of “Week of Year”), used in the ISO year-week calendar. In most cases, yyyy and YYYY yield the same number, however they may be different. Typically you should use the calendar year."
When parsing the date from the API, the category NSDictionary+USH is using YYYY-MM-dd HH:mm:ss time format but should have been using yyyy-MM-dd HH:mm:ss instead.
"A common mistake is to use YYYY. yyyy specifies the calendar year whereas YYYY specifies the year (of “Week of Year”), used in the ISO year-week calendar. In most cases, yyyy and YYYY yield the same number, however they may be different. Typically you should use the calendar year."