remove cuestionario from all project. answers validated, time error reports
This commit is contained in:
@@ -10,9 +10,9 @@ const sequelize = new Sequelize(
|
||||
dialect: process.env.TYPEDB,
|
||||
logging: false,
|
||||
dialectOptions: {
|
||||
useUTC: false,
|
||||
timezone: "America/Mexico_City", // También en dialectOptions
|
||||
},
|
||||
timezone: '-05:00',
|
||||
timezone: '-06:00',
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user