diff --git a/react/components/DateTimeField/DateTimeField.jsx b/react/components/DateTimeField/DateTimeField.jsx index 7ec11b3..e3a6d26 100644 --- a/react/components/DateTimeField/DateTimeField.jsx +++ b/react/components/DateTimeField/DateTimeField.jsx @@ -11,6 +11,7 @@ import { FormControl } from "@mui/material"; import { kebabCase } from "lodash"; dayjs.extend(utc) +dayjs.utc(); export const dateTimeTextFieldStyle = { width: "240px", borderRadius: "3px", @@ -55,7 +56,7 @@ const DateTimeField = ({ label, dateTimeValue, handleDateTimeChange,disabled }) {`${label}`}