Change Time Zone On Datetime In Datagrid

Hello,

I was wondering if there is a way to change the Datetime in a Datagrid column to display in the browser user's current time zone? I have tried some things and cannot see a way with Angular or JavaScript.

Thank you!

Hi @Wally,
Have you tried using pipes. e.g.`${data.HireDate | utcDate}'

Yeah, my fault for not being more specific. I need to display them in eastern standard EST or eastern daylight EDT depending on if they are in daylight savings.