- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:49 PM - edited 02-28-2024 12:14 AM
I have created a Start Date Time(reference field) Display value is true .
In another table reference field this Start Date Time field shows different Time i added that table as related list you can see it in image below it shows different timing:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:53 PM
Hi @Community Alums ,
it looks to be showing the display value relevant to you, and then on the record, in list view, so in the database, it's showing the UTC value which is how ServiceNow saves date/times.
And it's not a issue to fix as this field isn't a date/time and instead, you are referencing another table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 03:22 AM
For This issue I created another Field Single line Text field and Made Display as True This is the only work around I found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:53 PM
Hi @Community Alums ,
it looks to be showing the display value relevant to you, and then on the record, in list view, so in the database, it's showing the UTC value which is how ServiceNow saves date/times.
And it's not a issue to fix as this field isn't a date/time and instead, you are referencing another table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:55 PM
Hi @Community Alums ,
might be an issue with displaying the time in UTC instead of users local display time.
Could you use the "Show xml" context menu ui action by right clicking on the header of the record or by clicking the hamburger menu on the header?
In the xml view of the record you should find the date time of the field "Start Date Time" in UTC and I think it should show 2024-04-03 16:00:00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 11:09 PM - edited 02-27-2024 11:14 PM
Yes it shows 2024-04-03 16:00:00. But i want display 2024-04-03 09:00:00 for everyone how to fix this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 03:22 AM
For This issue I created another Field Single line Text field and Made Display as True This is the only work around I found.