- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 05:18 AM
hi,
When i pull the updated on date i am getting in GMT time zone can anyone please help me how to convert that to local user time zone
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 11:59 PM
you should use getDisplayValueInternal() method.
Note: it will return date and time values for the GlideDateTime object in the current user's time zone
doc link for further details.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 05:40 AM
Hey,
Refer below link,
https://community.servicenow.com/community?id=community_question&sys_id=5e434fe1dbd8dbc01dcaf3231f9619ba
Thanks
Tanushree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 06:35 AM
Is it only for you or all users ? Do you need this functionality only for you or others as well ?
IF this is happening only for you not for other users. You cans set your profile timezone to your local date/time.
If it is for all users then you can use method suggested by Ankur below.
Please mark my answer correct/helpful, If it helped you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 06:58 AM