Add Time Zone to Date Records in ServiceNow

williams2
Tera Expert

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

1 REPLY 1

Ravi Chandra_K
Kilo Patron
Kilo Patron

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