fix: remove microsecond from posting datetime by rohitwaghchaure [frappe] PR#40017
From: https://github.com/frappe/erpnext/pull/40017
Date: 2024-02-22 09:22:05+05:30
- fix: remove microsecond from posting datetime (#40017)
Diagnostics
Conflicts detected for source commit: 0b04d04da3bb876080cfc25b8cd889416295ea8f
- DU erpnext/patches/v14_0/update_posting_datetime_and_dropped_indexes.py
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40017
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease