- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 05:38 PM
Hello all,
The email notifications sent by my instance are having GMT as time zone instead of the local time zone. When I open the preview notification in the notification record it shows the local time zone. However, in the preview email in the email log and in the actual email sent out, it shows the GMT time zone. What could have been the problem?
Thanks,
Thi
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2022 09:42 PM
Hi,
system internally stores in GMT and hence when system picks the date/time in email body it shows in GMT
to show in local time you need to use email script and then use getDisplayValue() on date/time field
Regards
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
‎03-09-2022 09:42 PM
Hi,
system internally stores in GMT and hence when system picks the date/time in email body it shows in GMT
to show in local time you need to use email script and then use getDisplayValue() on date/time field
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader