date/time field overrding default time zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2016 11:52 AM
Hi Friends,
We have a requirement. On change form we have a date/time field. We need to change the default time zone on date/time field. By default it is accepting in system time zone. But we are creating one field on form, user will input time zone in that field. The date/time field should save and display the value based on the user selected time zone.
Please let me know how to achieve this.
Thanks
Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2016 06:26 PM
http://wiki.servicenow.com/index.php?title=Dictionary_Attributes#gsc.tab=0
time_zone_field | name of field containing the time zone | any date or date/time field | Specifies the field in the parent record that contains the reference time zone for this field. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2016 09:07 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2016 10:23 PM
Doesn't a date/time field display value by default based on user time zone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2016 10:29 PM
Hi Kalai,
Right now Date/time field value is displaying based on User time zone. We want to override it with customized field.
Thanks
Ram