Add Time Zone to Date Records in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 11:00 AM
Adding a Time Zone to Date Records in ServiceNow
Good morning
We have an integration that inserts Workday records into a table that was created just for this.
Is it possible to add the Time Zone that is included in the records that Workday sends us to the ServiceNow date records?
I hope someone can help me
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 11:17 AM
Hello @williams2
OOB, there's no date type field in ServiceNow that stores timezone along with date
You can to create a reference field that references the sys_choice table, and a reference qualifier
element = time_zone
in that new field you can store timezone.
Please mark the answer as helpful and correct if helped.
Kind Regards, Ravi Chandra