How to get the timezone of the servicenow instance using REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2019 09:52 PM
I need to get timezone and date format of the ServiceNow instance using REST API's, so going through the documentation I formulated a REST query as below :
This query returns the timezone and date format but it returns empty value if the timezone is the System default.
How can I get the system default timezone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2019 01:42 AM
Thanks for the reply, but I need a way out using REST API's can you help me with it ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2019 02:07 AM
can you please let me know the requirement here ? why you need instance time zone in api ?
kindly have a look on below thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2019 03:37 AM
Okay, I am fetching the data from the instance using a user account via REST API's
but I need to be aware of the timezone of the user_account so that I can pull the data at the right time when the data will be loaded into the instance.
In short data, fetching should be timezone aware