I am developing an application in nodejs, angular and mysql. and it happens to me that when I save a date in the database with the date type and recover it with the sequelize it returns it to me in the following way "1991-04-13T00: 00: 00.000Z" and when using it in angular with the date filter {{date | date}} returns to me 1991-04-12, I've tried even with the moment js and it's returned to me in the same way. Is there any way to correct this?