TimefoldAI / timefold-solver-python

Timefold Solver is an AI constraint solver for Python to optimize the Vehicle Routing Problem, Employee Rostering, Maintenance Scheduling, Task Assignment, School Timetabling, Cloud Optimization, Conference Scheduling, Job Shop Scheduling, Bin Packing and many more planning problems.
https://timefold.ai
Apache License 2.0
27 stars 3 forks source link

feat: Add strptime and strftime to datetime classes #101

Closed Christopher-Chianelli closed 5 days ago

Christopher-Chianelli commented 1 week ago
triceo commented 6 days ago

Good to merge when green.

Christopher-Chianelli commented 5 days ago

Fixes #103

sonarcloud[bot] commented 5 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
72.7% Coverage on New Code (required ≥ 75%)

See analysis details on SonarCloud

Christopher-Chianelli commented 5 days ago

Coverage cannot really be improved due to JVM C's locale differences with Python's C's locale (which are commented in the tests).