|
@@ -1,6 +1,6 @@
|
|
|
import * as Sentry from '@sentry/react';
|
|
|
import startCase from 'lodash/startCase';
|
|
|
-import moment from 'moment';
|
|
|
+import moment from 'moment-timezone';
|
|
|
|
|
|
import type {TooltipSubLabel} from 'sentry/components/charts/components/tooltip';
|
|
|
import type {DataCategoryInfo, IntervalPeriod} from 'sentry/types/core';
|