diff --git a/src/Components/CreateImageWizard/formComponents/ReleaseLifecycle.tsx b/src/Components/CreateImageWizard/formComponents/ReleaseLifecycle.tsx index 290c6aad..740dfac3 100644 --- a/src/Components/CreateImageWizard/formComponents/ReleaseLifecycle.tsx +++ b/src/Components/CreateImageWizard/formComponents/ReleaseLifecycle.tsx @@ -30,7 +30,7 @@ import { toMonthAndYear } from '../../../Utilities/time'; Chart.register(annotationPlugin); Chart.register(...registerables); -const currentDate = new Date().toString(); +const currentDate = new Date().toISOString(); export const chartMajorVersionCfg = { data: { diff --git a/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx b/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx index 873adea3..c29d80b4 100644 --- a/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx +++ b/src/Components/CreateImageWizardV2/steps/ImageOutput/ReleaseLifecycle.tsx @@ -26,7 +26,7 @@ import 'chartjs-adapter-moment'; Chart.register(annotationPlugin); Chart.register(...registerables); -const currentDate = new Date().toString(); +const currentDate = new Date().toISOString(); export const chartMajorVersionCfg = { data: {