Fixed: Series end date is UTC

pull/6339/head
Bogdan 1 year ago committed by GitHub
parent a99fc6fa66
commit 8971ac2e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,7 @@ function getExpandedState(newState) {
}
function getDateYear(date) {
const dateDate = moment(date);
const dateDate = moment.utc(date);
return dateDate.format('YYYY');
}

Loading…
Cancel
Save