Display standard dates in Jira server

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

When working in Jira applications, relative dates like "Today" or "Yesterday" are not always practical for teams. In these cases, you may want to disable your Jira application's relative date formatting and simply show standard date formats.

JRASERVER-41506 - Enabling Absolute Date/Time for JIRA issue view

Resolution

If you're running Jira 4.4+

  1. Shut down your JIRA applications

  2. Navigate to $JIRA_HOME

  3. Edit the file: jira-config.properties - See Edit the jira-config.properties file in Jira server

    1. If this file does not exist, create it

    2. You can find more information on this specific file in Advanced JIRA Configuration - Atlassian Documentation

  4. Add the following line:

    1 jira.lf.date.relativize = false
  5. Save the file

  6. Restart your JIRA applications

ℹ️ If you're running Jira using AWS Quick Start, please see Use the jira-config.properties file to customize an AWS Quick Start deployment on how to configure this.

If you're running Jira 4.3 or earlier

  1. You'll want to instead modify the file: jira-application.properties

    1. located in $JIRA_INSTALL/atlassian-jira/WEB-INF/classes/

  2. Locate jira.lf.date.relativize

  3. Set to false

⚠️ This workaround will not affect all areas of Jira, such as the Activity Stream.

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.