We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2a600 commit fb388a4Copy full SHA for fb388a4
js/index.js
@@ -3,7 +3,7 @@
3
// Rust 1.5.0 was released on 2015-12-10
4
const EPOCH_DATE = moment.utc('2015-12-10')
5
const EPOCH_RELEASE = 5
6
-const DATE_FORMAT = 'MMMM Do YYYY'
+const DATE_FORMAT = 'MMMM DD YYYY'
7
const newReleases = Math.floor(moment.utc().diff(EPOCH_DATE, 'weeks') / 6)
8
9
function addRelease (kind, incr, toolsWeek) {
0 commit comments