Skip to content

Commit

Permalink
Use UTC timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Jun 14, 2021
1 parent 7ad2d75 commit 6efa91d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default function annotationApiTests({ getService }: FtrProviderContext) {
const es = getService('es');

const dates = [
new Date(2021, 1, 1, 1),
new Date(2021, 1, 1, 2),
new Date(2021, 1, 1, 3),
new Date(2021, 1, 1, 4),
new Date('2021-02-01T00:00:00.000Z'),
new Date('2021-02-01T01:00:00.000Z'),
new Date('2021-02-01T02:00:00.000Z'),
new Date('2021-02-01T03:00:00.000Z'),
];

const indexName = 'apm-8.0.0-transaction';
Expand Down

0 comments on commit 6efa91d

Please sign in to comment.