How-to apply a function to a column

Hi,

I have a DATETIME column (that stores timestamps in UTC) on every table of PostreSQL and SQLite
and I would like the end user (who can belong to different timezones)
see the value that corresponds to the user’s timezone.

Is it possible to apply a function to that column in order to resolve the issue above ?

Niko

Hi @nskalis
That’s not possible on column level. I think you’re looking for this request - go and upvote by clicking :+1: on the first post:
https://github.com/metabase/metabase/issues/6439