Display time based on Site Member's Time Zone?

If I have a time and date coming from a dataset to a repeater, is it possible to adjust the time to match the user’s location? Does it do that automatically?

Hey Andrew. I’m running into the same issue here. Were you able to find a solution? thank you!

You can user date function.

new Date(date from database); (Do it in frontend)

Then display in the browser.