Skip to content

Commit 4478053

Browse files
authored
Fix Firefox release script time zone issue (mdn#42321)
1 parent 1a0be46 commit 4478053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/content/release-firefox.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function formatDate(dateString) {
5555
year: "numeric",
5656
month: "long",
5757
day: "numeric",
58+
timeZone: "UTC",
5859
}).format(date);
5960
}
6061

0 commit comments

Comments
 (0)