Skip to content

Commit

Permalink
yoloing at 2024-09-19T16.00
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3h3ad committed Sep 19, 2024
1 parent f380c42 commit 0389c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
// add last updated
const now = new Date();
readme += `\nLast updated: ${now.toLocaleString( { timeZone: "IST" } )}.\n`;
readme += `\nLast updated: ${now.toDateString()}, ${now.toTimeString()}.\n`;
// add summary
readme += `\n${entries.length} TILs so far:\n`;
Expand Down

0 comments on commit 0389c92

Please sign in to comment.