Skip to main content
Best answer by PaiChung

Timestamps are maintained in UTC and automatically converted to browser local time.

So if you need to force it to a different time zone you can probably go a few routes

1. Maintain an offset and apply that offset to the datetime before sending it to the client machine

2. Generate the list on the server and then convert it to string so it is string vs. time date in the client machine

3. Use an expression client side to offset the datetime before displaying

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 12, 2021

Timestamps are maintained in UTC and automatically converted to browser local time.

So if you need to force it to a different time zone you can probably go a few routes

1. Maintain an offset and apply that offset to the datetime before sending it to the client machine

2. Generate the list on the server and then convert it to string so it is string vs. time date in the client machine

3. Use an expression client side to offset the datetime before displaying

Community Manager
October 20, 2021

Hi @sabharees.

 

If you found the previous response helpful, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon