Skip to content

Commit

Permalink
L => M (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime authored Oct 31, 2023
1 parent 3bac0ca commit 1237902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function determineIotmMonthYear() {
add(today, { months: 1 }).setDate(1),
add(today, { months: -1 }).setDate(1),
]) ?? today,
"LLLL y",
"MMMM y",
);
}

Expand Down

0 comments on commit 1237902

Please sign in to comment.