Hacker News new | ask | show | jobs
by hashar 970 days ago
> datetime.fromisoformat(date_string) > > Return a date corresponding to a date_string given in any valid ISO 8601 format, except ordinal dates (e.g. YYYY-DDD)

Thank you for that!