diff --git a/backend/src/config/database.ts b/backend/src/config/database.ts index d955374..a439bce 100644 --- a/backend/src/config/database.ts +++ b/backend/src/config/database.ts @@ -6,7 +6,7 @@ module.exports = { collate: "utf8mb4_bin" }, dialect: process.env.DB_DIALECT || "mysql", - timezone: "-03:00", + timezone: "-05:00", host: process.env.DB_HOST, database: process.env.DB_NAME, username: process.env.DB_USER, diff --git a/backend/src/helpers/TicketConfig.ts b/backend/src/helpers/TicketConfig.ts index 7ac622e..22c4ab1 100644 --- a/backend/src/helpers/TicketConfig.ts +++ b/backend/src/helpers/TicketConfig.ts @@ -64,7 +64,7 @@ const isWeekend = async () => { ) { // Specify your desired timezone - const brazilTimeZone = "America/Sao_Paulo"; + const brazilTimeZone = "America/Bogota"; const currentDateUtc = new Date(); diff --git a/frontend/src/pages/Dashboard/index.js b/frontend/src/pages/Dashboard/index.js index 88d6121..6f10d57 100644 --- a/frontend/src/pages/Dashboard/index.js +++ b/frontend/src/pages/Dashboard/index.js @@ -433,8 +433,8 @@ const Dashboard = () => { tickets {