Hello,
I'm using Directus as a dashboard to follow students progress on courses (enrollment date, progress, completion date, etc.).
I receive dates like this "2023-07-27T22:05:17Z" from an API and they are saved correctly in the database with the same value.
When displayed in the data studio, they are displayed as UTC (22H05 in that example, see screenshot).
Problem : my end users are not living on the UTC time zone so they think the dates are incorrect and ask me to fix it.
Is there any way to display dates based on a specific time zone, or based on the user's web browser time zone ?
Thanks!