Closed m-roberts closed 4 years ago
import dateutil.parser ... account['last_update'] = dateutil.parser.parse(account['last_update']).strftime('%c')
Thanks for the suggestion, but I'd say this is subjective, it's much easier to parse an ISO8601 date.
I think that's a fair comment. Will close!