Time is showing different different to end users- in work order and task's

Gillerla Rajesh
Tera Contributor

Hi Team,

 

users are submiting form in sp, it's record producer. 

 

so now here there are some fileds are there like date and time field type, now user is filling the form in IST timezone and when user belong to GMT time zone he open form it's showing different time (i seen it's happening because time zone showing in user profile).

 

Example:

this one i am created in IST time zone.

GillerlaRajesh_0-1721280440882.png

 

this is the user seeing GMT time zone

GillerlaRajesh_1-1721280520215.png

 

 

any one help me how to fix ths issue without changing time zone evey time in user profile.

 

i am not getting how to solve also this issue, help me with the possible scenario also please.

 

Regards

Rajesh.

1 REPLY 1

Kieran Anson
Kilo Patron

Hi Rajesh,

What you are showing is OOB and intended functionality, date/time fields will show based on the user timezone and is not "fixed" on a specific timezone. 

 

If you wanted to show the time in IST format only, you'd need to have a dynamic string field and a script that takes value from the date/time field, and converts it to the timezone you want.