boxine / bx_py_utils

Various Python utility functions
MIT License
7 stars 1 forks source link

Enhance parse_dt() #217

Closed jedie closed 1 month ago

jedie commented 1 month ago

Just use fromisoformat to support all ISO format variants, e.g.: datetime string with microseconds ;)