We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b02a83 + 15e7211 commit 27fc43bCopy full SHA for 27fc43b
tests/e2e/test-data/formatters/DataTime.ts
@@ -2,6 +2,6 @@ export const DataTimeFormatter = {
2
format: 'Timestamp to DateTime',
3
fromText: '1633072800',
4
fromTextEdit: '-179064000000',
5
- formattedText: '09:20:00.000 1 Oct 2021',
6
- formattedTextEdit: '13:00:00.000 29 Apr 1964'
+ formattedText: '07:20:00.000 1 Oct 2021',
+ formattedTextEdit: '12:00:00.000 29 Apr 1964'
7
};
0 commit comments