perf: speedup date parsing by ankush [frappe] PR#29090
From: https://github.com/frappe/frappe/pull/29090
Date: 2025-01-09 12:25:13+05:30
- perf: speedup date parsing (#29090)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-29090
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-29090
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease