Time is showing different different to end users- in work order and task's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 10:32 PM - edited 07-17-2024 10:33 PM
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.
this is the user seeing GMT time zone
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 12:56 AM
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.