diff --git a/graylog2-web-interface/src/components/common/DatePicker.tsx b/graylog2-web-interface/src/components/common/DatePicker.tsx index 29b6feea08e24..b3b063f37af56 100644 --- a/graylog2-web-interface/src/components/common/DatePicker.tsx +++ b/graylog2-web-interface/src/components/common/DatePicker.tsx @@ -22,7 +22,7 @@ import styled, { css } from 'styled-components'; import 'react-day-picker/lib/style.css'; -import { toDateObject, adjustFormat, isValidDate, toUTCFromTz } from 'util/DateTime'; +import { toDateObject, adjustFormat, isValidDate } from 'util/DateTime'; import useUserDateTime from 'hooks/useUserDateTime'; const StyledDayPicker = styled(DayPicker)(({ theme }) => css`