Skip to content

Add fallback for datetime.fromisoformat on older Python#103

Merged
NessieCanCode merged 1 commit into
mainfrom
fix-attributeerror-in-datetime-usage
Aug 7, 2025
Merged

Add fallback for datetime.fromisoformat on older Python#103
NessieCanCode merged 1 commit into
mainfrom
fix-attributeerror-in-datetime-usage

Conversation

@NessieCanCode

Copy link
Copy Markdown
Owner

Summary

  • add custom _fromisoformat helper for Python versions lacking datetime.fromisoformat
  • update time parsing to use compatibility helper

Testing

  • PYTHONPATH=src python test/unit/auth_boundaries.test.py
  • PYTHONPATH=src python test/unit/billing_summary.test.py
  • PYTHONPATH=src python test/unit/invoice_retrieval.test.py
  • PYTHONPATH=src python test/unit/slurm_schema_dump.test.py
  • PYTHONPATH=src python test/unit/slurmdb_validation.test.py
  • node test/unit/calculator.test.js
  • node test/unit/date_boundaries.test.js

https://chatgpt.com/codex/tasks/task_e_6894eb00a2f88324a6cd8131cfa4585e

@NessieCanCode
NessieCanCode merged commit 5fa07f8 into main Aug 7, 2025
0 of 4 checks passed
@NessieCanCode
NessieCanCode deleted the fix-attributeerror-in-datetime-usage branch August 7, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant