Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove yy/LL/dd formatter date format (#798)
## Problem Realised that we have conflicting formats `dd/LL/yy` vs `yy/LL/dd` and it could pose as a problem when people use this format later in a delay step ## Solution Remove the `yy/LL/dd` datetime format ## Regression test - Check that prod doesn't have any steps that uses this date format thankfully (only 2 but both are deleted) Simple query: ``` SELECT * FROM steps WHERE key = 'dateTime' and parameters::text ilike '%"formatDateTimeToFormat": "yy/LL/dd"%'' ```
- Loading branch information