- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 03:49 AM
There are some additional time zones added such as:
1.GMT 13:00 Tonga Standard Time (Tongatapu)
2.GMT United Kingdom Time (London)
3.GMT 05:30 India Standard Time (Kolkata)
For instance when i use "Asia/Kolkata" instead of "GMT 05:30 India Standard Time (Kolkata)", it works fine. But when i use the later, all times are taken according to system time.In short it is not recognizing the time zones as correct.
Please help me understand where in back end it is coded to recognize the values OR how can we make use of added time zones.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 04:12 AM
Hi Sarfraz,
Can you check below links.
how to add timezone in standard way
How to add new time zone in service-now?
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 04:12 AM
Hi Sarfraz,
Can you check below links.
how to add timezone in standard way
How to add new time zone in service-now?
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 04:28 AM
Hi Ankur,
Thanks for your reply, but all that post says how to configure existing time zones... After some research i found that only tz time zones can be recognized by the system... we cannot add according to our wish!.
Still continuing with some more research!.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 04:42 AM
Hi Sarfraz,
Since ServiceNow is developed on Java and there must be some restriction from Java side to create new timezone.
Also Java supports few timezone may be due to that other timezones are not allowed for creation.
Java — Display list of TimeZone with GMT
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2017 04:47 AM
Hi Ankur,
Even i think the same. But i need concrete go ahead that it is not possible..