Fixed date formatting in CHANGELOG.
This commit is contained in:
parent
90ed07c74e
commit
bb9aa808a0
@ -25,7 +25,7 @@ function getDate(date) {
|
||||
|
||||
function getDateTime(date) {
|
||||
return getDate(date) + " " + [
|
||||
date.getHours(),
|
||||
zpad(date.getHours()) ,
|
||||
zpad(date.getMinutes() + 1)
|
||||
].join(":");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user