Skip to content

Commit

Permalink
oooops! add missing cet to artwork generator
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Jan 24, 2025
1 parent 3dd5e3b commit 083ec31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const showArtworkURL = (

// Format the date and time
const uriEncodedDate = encodeURIComponent(
showDate + " / " + startTime + "-" + endTime
showDate + " / " + startTime + "-" + endTime + " (CET)"
);

const colours = [
Expand Down

0 comments on commit 083ec31

Please sign in to comment.