Skip to content

Commit

Permalink
L => M
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Oct 31, 2023
1 parent 3bac0ca commit f452678
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 f452678

Please sign in to comment.