Skip to content

Commit 27fc43b

Browse files
Merge pull request #3684 from RedisInsight/e2e/bugfix/main
fix for GMT
2 parents 5b02a83 + 15e7211 commit 27fc43b

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)