This commit is contained in:
@@ -167,7 +167,7 @@ export default async function parseThisShit(downloadedFilePath) {
|
||||
}
|
||||
|
||||
const currentDate = new Date();
|
||||
const formattedDate = currentDate.getHours().padStart(2, "0") + ":" + currentDate.getMinutes().padStart(2, "0");
|
||||
const formattedDate = currentDate.getHours().toString().padStart(2, "0") + ":" + currentDate.getMinutes().toString().padStart(2, "0");
|
||||
|
||||
const data = {
|
||||
schedule: final,
|
||||
|
||||
Reference in New Issue
Block a user