diff --git a/src/core/startup/init.ts b/src/core/startup/init.ts index be3c7b3..77fd55e 100644 --- a/src/core/startup/init.ts +++ b/src/core/startup/init.ts @@ -181,7 +181,7 @@ export const utilities: ODUtilities = { }) as ReturnValue }, dateString(date): string { - return `${date.getDate()}/${date.getMonth()}/${date.getFullYear()} ${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}` + return `${date.getDate()}/${date.getMonth()+1}/${date.getFullYear()} ${date.getHours()}:${date.getMinutes()}:${date.getSeconds()}` }, async asyncReplace(text,regex,func): Promise { const promises: Promise[] = []