System Information
- **Strapi Version3.6.9:
- **Operating SystemW10:
- **Databasemysql:
- **Node Version14.19.1:
- **NPM Version6.14.16:
- **Yarn Version1.22.19:
I want to start the server with a different time zone than the system, I know that internally strapi handles utc for the database by default.
Currently my application starts in this way, taking the local time zone of my system.
│ Time │ Wed Apr 26 2023 16:24:53 GMT-0500 │
│ Launched in │ 63004 ms │
│ Environment │ production │
│ Process PID │ 13012 │
│ Version │ 3.6.9 (node v14.19.1) │
│ Edition │ Community
But I need to be able to manipulate this setting and that it starts in UTC.
I would greatly appreciate if anyone knows a little about this topic. Or if possible migrating to strapiv4.