Delete date warning (#975)

This commit is contained in:
LautaroCesso 2021-08-29 22:09:11 -03:00 committed by GitHub
parent e6441179c9
commit 0bcc775944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ export default {
let todayNight = new Date();
todayNight.setHours(23);
todayNight.setMinutes(59);
console.warn('Date: ', date.getFullDate(todayNight))
return DateTransformer.localDateToUTCNumericDate(JSON.stringify(date.getFullDate(todayNight)));
},
getDefaultLocalStartDate() {