1
0

Fix v3
All checks were successful
Remote Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-09 09:50:57 +00:00
parent 64a01bf98d
commit 5e5e01e9cb

View File

@@ -55,7 +55,7 @@ export default async function parseV3(downloadedFilePath) {
// //
function getUpcomingSheets(workbook) { function getUpcomingSheets(workbook) {
const dateRegex = /^(pondělí|úterý|středa|čtvrtek|pátek|po|út|ut|st|čt|ct|pa|pá)\s+(\d{1,2})\.\s*(\d{1,2})\.\s*(\d{2}|\d{4})/i; const dateRegex = /^(pondělí|úterý|středa|čtvrtek|pátek|po|út|ut|st|čt|ct|pa|pá)\s+(\d{1,2})\.\s*(\d{1,2})\.\s*(\d{4}|\d{2})/i;
const today = new Date(); const today = new Date();
const todayMidnight = new Date(today.getFullYear(), today.getMonth(), today.getDate()); const todayMidnight = new Date(today.getFullYear(), today.getMonth(), today.getDate());