Getting future time for sys_updated_on for sys_user_has_role resource
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:47 AM
We were getting future time for sys_updated_on for sys_user_has_role resource in production.
Is this expected or a bug?
Attaching the get call response
>>> request_args = {"url": "https://<instance>.service-now.com/api/now/table/sys_user_has_role/03ad33e1c08d2300964f80d1691e1a4b"}
>>> resp = snow_client._fetch_resources(request_args)
>>> resp
({'role': {'link': 'https://<instance>.service-now.com/api/now/table/sys_user_role/aff2cdf293931300ed3ef5be867ffb76', 'value': 'aff2cdf293931300ed3ef5be867ffb76'}, 'sys_mod_count': '0', 'inh_map': '', 'included_in_role': '', 'included_in_role_instance': '', 'sys_updated_on': '2025-02-26 21:58:16', 'sys_tags': '', 'inh_count': '', 'granted_by': {'link': 'https://<instance>.service-now.com/api/now/table/sys_user_group/not-applicable', 'value': 'not-applicable'}, 'sys_id': '03ad33e1c08d2300964f80d1691e1a4b', 'sys_updated_by': 'admin', 'inherited': 'false', 'sys_created_on': '2025-02-26 21:58:16', 'state': 'active', 'user': {'link': 'https://<instance>.service-now.com/api/now/table/sys_user/0d584509c323120095ccd02422d3ae5b', 'value': '0d584509c323120095ccd02422d3ae5b'}, 'sys_created_by': 'admin'}, None)
>>>
Please help us understanding the behaviour.
0 REPLIES 0