How-to articles, tricks, and solutions about RFC3339
How do I parse an ISO 8601-formatted date?
You can use the datetime.fromisoformat() method to parse an ISO 8601-formatted date in Python.