Hello,
I am trying to visualize in a card when the last time a federated dataset has been refreshed based on the timezone that a person's browser is set to. For example, if I see that this dataset last updated at 2 PM and I am in the Eastern Timezone, I would want that a person in LA time see that the dataset last updated at 11 AM.
My approach thus far has been trying to use the Activity Log to get the last refresh time but I have been unsuccessful in getting this value due to the federated dataset will only show the last time it was created as the Updated time.
I was thinking of using javascript to get the browser timezone information and then adjust the timezone that way once I could get the timezone. I am open to trying other suggestions as well.
What steps can I take to make this possible?