area:enginegood first issuenew feature
倉庫指標
- 星標
- (6,303 顆星)
- PR 合併指標
- (平均合併 3天 14小時) (30 天內合併 112 個 PR)
描述
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.