Skip to content

Commit

Permalink
Oprava
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Oct 17, 2024
1 parent bd8a31a commit 11528ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daily.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (!CALENDAR_APP_PASSWORD || !CALENDAR_APP_HANDLE) {
}

let date = DateTime.local();
date = DateTime.fromFormat("2025-04-20", "yyyy-MM-dd");
//date = DateTime.fromFormat("2025-04-20", "yyyy-MM-dd");
let text = `Dobré ráno je ${date.setLocale("cs").toFormat("cccc")}, ${date.setLocale("cs").toFormat("d. LLLL yyyy")}:`;

// Compile the post text
Expand Down

0 comments on commit 11528ee

Please sign in to comment.