${source.name}
-Last updated: ${lastUpdated.toISOString().split("T")[0]}
+Last updated: ${formatVersionDate(lastUpdated)}
diff --git a/index.js b/index.js index f12febd..57f1637 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,7 @@ import { sources } from "./common/modules/constants.js";
${source.name}
-Last updated: ${lastUpdated.toISOString().split("T")[0]}
+Last updated: ${formatVersionDate(lastUpdated)}