I would like to make the Time column in the discover tab take up less screen width. There are two ways I can imagine doing this.
- Allow it to wrap between the date and time.
- Change the format to use something like 11/16/2018 07:12:45
I tried to accomplish #2 with a scripted field and converting to a string, but then I lose the ability for people in different timezones to see the time relative to their timezone.
Does anyone have any ideas on how to do this.
I did change the global date format to MM/DD/YY, HH:mm:ss which does basically address my issue, but that will change it everywhere. I was hoping to instead just have a solution that affected the Discover table only.