Hi, i have the same problem, and my server work on GMT -3.
I setup in database.js the option timezone: ‘GMT -3’.
All the tables are legacy , not created with Strapi. I’m using this as a REST API server.
I have two fields, on of type “date” ,in the DB(mysql) and Strapi, and works fine.
In the same table have another field type DATETIME, I created as type “string” in Strapi, when I get the endpoint I get Zulu Format time : update_at: “2020-11-26T01:32:56.000Z” …
Why is because of the name ( _at ) ? and why is calculating time zone utc 0 ?
Best Regards