area:enginegood first issuenew feature
描述
Problem
- We currently use something like
date = datetime.strptime(date_string, "%Y-%m-%dT%H:%M:%S.%f"), althoughdatetime.fromisoformatcan handle that and is more robust
Describe the solution you'd like
- Use
datetime.fromisoformatinstead.
Code of Conduct
- I read the AI Policy and hereby confirm that this issue conforms with the policy.