❮ Parse datetime string with and without timezone information date fromisoformat (only date, no time) ❯
- fromisoformat
examples/datetime/datetime_fromisoformat.py
import datetime dt = datetime.datetime.fromisoformat('2000-01-01') print(dt) # 2000-01-01 00:00:00