diff --git a/lib/common/lib/helper.ts b/lib/common/lib/helper.ts index 01f7fd8468..fd56b64017 100644 --- a/lib/common/lib/helper.ts +++ b/lib/common/lib/helper.ts @@ -304,7 +304,7 @@ export function formatDateToRFC3339(date: Date): string { "-" + ("0" + date.getDate()).slice(-2) + "T" + - date.getHours() + + ("0" + date.getHours()).slice(-2) + ":" + ("0" + date.getMinutes()).slice(-2) + ":" +