Browse Source

test: mysql extdb ui insert

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5659/head
Raju Udava 1 year ago
parent
commit
a1e6923dd7
  1. 4
      tests/playwright/tests/db/timezone.spec.ts

4
tests/playwright/tests/db/timezone.spec.ts

@ -907,12 +907,12 @@ test.describe('Ext DB MySQL : DB Timezone configured as HKT', () => {
const expectedDateTimeWithoutTz = [
'2023-04-27 02:00:00+00:00',
'2023-04-27 04:30:00+00:00',
'2023-04-27 04:30:00+00:00',
getDateTimeInUTCTimeZone('2023-04-27 10:00:00+00:00'),
];
const expectedDateTimeWithTz = [
'2023-04-27 02:00:00+00:00',
'2023-04-27 04:30:00+00:00',
'2023-04-27 04:30:00+00:00',
getDateTimeInUTCTimeZone('2023-04-27 10:00:00+00:00'),
];
// reset seconds to 00 using string functions in dateTimeWithoutTz

Loading…
Cancel
Save