We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee17e45 commit 4d6139dCopy full SHA for 4d6139d
1 file changed
src/dashboard-client/src/store.js
@@ -63,7 +63,6 @@ function findJob (build, jobId) {
63
64
function toDate (s) {
65
let a = s.split(/[^0-9]/)
66
- a[1] = a[1] - 1
67
let dateStr = a[0] + '-' + a[1] + '-' + a[2] + ' ' + a[3] + ':' + a[4] + 'Z'
68
69
return new Date(dateStr)
0 commit comments