Commit 9bc1bf4
authored
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"%''
```1 parent d90ca7a commit 9bc1bf4
File tree
2 files changed
+0
-7
lines changed- packages/backend/src/apps/formatter
- __tests__
- actions/date-time/transforms/convert-date-time
2 files changed
+0
-7
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 51 | | |
58 | 52 | | |
59 | 53 | | |
| |||
0 commit comments