Currently our JIRA System time is in UTC which we don't want to change.
I currently use JETI add-on to send notification to a large user base.
One field I use is a date/time field and is pulled by the example below:
*Incident time: $!jetiFieldFormatter.formatSafely($formatter,$!issue.getCustomFieldValue('customfield_11252'))
I then place this line prior to my <!DOCTYPE HTML> documentation on line 1 to format the date and time as needed to show (date, time, am/pm and timezone):
#set($formatter = $!jetiFieldFormatter.getJavaDateTimeFormat('MM/dd/yyyy hh:mm a z'))
My issue is since the system time is in UTC it is formatted in UTC. My profile is in PST and would like to send my emails in PST. Is there a way to change this in my HTML?
Hi!
Looks like it is not possible.
I suggest to double check using link from vendor service desk Submit a support request
Cheers,
Gonchik Tsymzhitov
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.