Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Check your JIRA default time-zone in JIRA Admin > System > General Settings > : Default user time zone.  NOTE that a users Profile selection will override the system default and vary how a given time is shown, assuming the Profile is the same as the system default (in this example, PST which is GMT-8)

  2. Set _JEMHC > Licensing > Host Information >_ *Time Zone* : PST (GMT -8)

  3. Using a Directive (assumes knowledge of Directives and Field Processors in JEMHC to manipulate JIRA issue fields) set set a nominated field 'My Date Time' with the value:

    No Format
    @My Date Time=25/Nov/15 12:00 AM
  4. Gives a report output of

    No Format
    Value '25/Nov/15 12:00 AM' of directive for field customfield_11400 will be parsed using formats dd/MM/yy h:mm a (System Date Time Format), dd/MMM/yy h:mm a (System Date Time Format), d/MM/yy (System Date Format), d/MMM/yy (System Date Format) in order.
    
    
    Directive 'My Date Time' has been applied. Resolved value is '2015-11-25T08:00:00.000+0000'.
  5. The following will be viewed on the issue:

    No Format
    My Date Time: 25/Nov/15 12:00 AM

...