Snippets tagged “dateutil”
1 snippet uses this tag.
- How do I parse an ISO 8601-formatted date?Python
You can use the datetime.fromisoformat() method to parse an ISO 8601-formatted date in Python.
1 snippet uses this tag.
You can use the datetime.fromisoformat() method to parse an ISO 8601-formatted date in Python.