mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Fixed: Series end date is UTC
This commit is contained in:
@@ -58,7 +58,7 @@ function getExpandedState(newState) {
|
||||
}
|
||||
|
||||
function getDateYear(date) {
|
||||
const dateDate = moment(date);
|
||||
const dateDate = moment.utc(date);
|
||||
|
||||
return dateDate.format('YYYY');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user