Allow me to see dates in my current timezone
Jason Hill
We do have a timezone setting at the workspace-level that allows you to control whether to see dates in local vs UTC time (docs: https://docs.basedash.com/workspaces#1a4f3404732d433e9d2239bf48ae2f4c).
However, this only applies to attributes that correspond with a time zone aware database column (e.g. postgreSQL's "timestamp with time zone" column type).
Perhaps you would want this sort of setting for datetime columns that aren't "time zone aware" at the database level? What is your database column type for which you would like to see this behaviour?