Skip to content

Commit 15e7211

Browse files
fix for GMT
1 parent 5b02a83 commit 15e7211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/test-data/formatters/DataTime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export const DataTimeFormatter = {
22
format: 'Timestamp to DateTime',
33
fromText: '1633072800',
44
fromTextEdit: '-179064000000',
5-
formattedText: '09:20:00.000 1 Oct 2021',
6-
formattedTextEdit: '13:00:00.000 29 Apr 1964'
5+
formattedText: '07:20:00.000 1 Oct 2021',
6+
formattedTextEdit: '12:00:00.000 29 Apr 1964'
77
};

0 commit comments

Comments
 (0)