Example of how you can display a user’s time zone in an annotation message, with a link for them to update their time zone. This is useful to display next to date fields to remind users of which time zone their profile is set to.
Other javascript methods can also be use in an annoation if you place it in between ${}.
Annotation text example
All times are displayed in ${gs.getSession().getTimeZoneName()}. Click <a href="/nav_to.do?uri=sys_user.do?sys_id=${gs.getUserID()}%26sysparm_view=ess">here</a> if you want to update the time zone for your profile.


