Formatted date becomes an ISO timestamp in export

When I export a question (to whatever format) I get an ISO timestamp as "2023-04-11T07:20:00Z
", while I'd want it to keep the formatted date of the question "11 April, 2023, 09:20" or anything readable that maintains the set timezone. I saw that this was supposed to fix it but I have that problem. Is there a way to solve it?

{
"browser-info": {
"language": "en",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.19+7",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.19",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.19+7",
"os.name": "Linux",
"os.version": "5.10.162+",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"mongo",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "14.1 (Debian 14.1-1.pgdg110+1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.5.1"
}
},
"run-mode": "prod",
"version": {
"date": "2023-04-28",
"tag": "v0.46.2",
"branch": "release-x.46.x",
"hash": "8967c94"
},
"settings": {
"report-timezone": "Europe/Rome"
}
}
}

I am not able to replicate this, can you share a couple of screenshots and maybe the schema DDL for that timestamp column. So i try to replicate a similar setup

Are you downloading the data at question level or dashboard level? Or both experience the problem?

It works correctly on the sample database, but it seems to be an issue with mongodb. the createdAt field and my localization settings. and how it's formatted on metabase vs exported



image

Can you share also a screenshot of the Original schema so i can check the type of that column

it's "type/Instant"