Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-19329

Activity stream date format does not use configured format

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      Top item in the activity stream is under heading "October 05 - 10:00 PM"

      Our date formats:
      Format Example
      Time Format kk:mm 'UTC' 14:41 UTC
      Day Format EEEE kk:mm 'UTC' Tuesday 14:41 UTC
      Complete Date/Time Format yyyy-MM-dd kk:mm 'UTC' 2009-10-06 14:41 UTC
      Day/Month/Year Format yyyy-MM-dd 2009-10-06
      Date Picker Format (javascript format) d/MMM/yy (%e/%b/%y) 6/Oct/09
      Date Time Picker Format (javascript format) dd/MMM/yy hh:mm a (%e/%b/%y %I:%M %p) 06/Oct/09 02:41 PM

      Note

      Streams currently uses different formats for time an date:

      • Time. It is always the value specified in the field "Time Format" in the Look & Feel config page. The time if not displayed if the date is today.
      • Date. It varies, depending on the actual date:
        • For today's dates:
          • < 1 minute: "Moments ago"
          • < 2 minutes: "1 minute ago"
          • < 1 hour: "X minutes ago"
          • < 2 hours: "1 hour ago"
          • < 1 day: "X hours ago"
        • Yesterday: "Yesterday at time"
        • Last week: "dddd at time" (eg. Sunday at 09:00 am)
        • Last year: "m at time" (eg. 11 May at 09:00 am)
        • Older: "D at time" (eg. Sunday, 11 May 2014 at 09:00 am)

      The time & date format specifiers are documented below:

      Note: the format specifier a is translated to tt, so the default time format (h:mm a) is actually interpreted as (h:mm tt)

            [JRASERVER-19329] Activity stream date format does not use configured format

            Bugfix Automation Bot made changes -
            Minimum Version New: 4
            Owen made changes -
            Component/s New: Dashboard & Gadgets [ 43416 ]
            Owen made changes -
            Component/s Original: Dashboards & Reports - Gadgets [ 12923 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2845670 ] New: JAC Bug Workflow v3 [ 2928148 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2585245 ] New: JAC Bug Workflow v2 [ 2845670 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1542520 ] New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2585245 ]
            jonah (Inactive) made changes -
            Description Original: Top item in the activity stream is under heading "October 05 - 10:00 PM"

            Our date formats:
            Format Example
              Time Format kk:mm 'UTC' 14:41 UTC
              Day Format EEEE kk:mm 'UTC' Tuesday 14:41 UTC
              Complete Date/Time Format yyyy-MM-dd kk:mm 'UTC' 2009-10-06 14:41 UTC
              Day/Month/Year Format yyyy-MM-dd 2009-10-06
              Date Picker Format (javascript format) d/MMM/yy (%e/%b/%y) 6/Oct/09
              Date Time Picker Format (javascript format) dd/MMM/yy hh:mm a (%e/%b/%y %I:%M %p) 06/Oct/09 02:41 PM

            h3. Note

            Streams currently uses different formats for time an date:

            * Time. It is always the value specified in the field "Time Format" in the Look & Feel config page. The time if not displayed if the date is today.
            * Date. It varies, depending on the actual date:
            ** For today's dates:
            *** < 1 minute: "Moments ago"
            *** < 2 minutes: "1 minute ago"
            *** < 1 hour: "X minutes ago"
            *** < 2 hours: "1 hour ago"
            *** < 1 day: "X hours ago"
            ** Yesterday: "Yesterday at {{time}}"
            ** Last week: "{{dddd}} at {{time}}" (eg. Sunday at 09:00 am)
            ** Last year: "{{m}} at {{time}}" (eg. 11 May at 09:00 am)
            ** Older: "{{D}} at {{time}}" (eg. Sunday, 11 May 2014 at 09:00 am)

            The time & date format specifiers are documented below:
            * https://code.google.com/p/datejs/wiki/FormatSpecifiers#CUSTOM_DATE_AND_TIME_FORMAT_SPECIFIERS
            * https://code.google.com/p/datejs/wiki/FormatSpecifiers#STANDARD_DATE_AND_TIME_FORMAT_SPECIFIERS

            Note: the format specifier {{a}} is translated to {{tt}}, so the default time format ({{h:mm a}}) is actually interpreted as ({{h:mm tt}})
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This bug report is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/JRACLOUD-19329].
              {panel}

            Top item in the activity stream is under heading "October 05 - 10:00 PM"

            Our date formats:
            Format Example
              Time Format kk:mm 'UTC' 14:41 UTC
              Day Format EEEE kk:mm 'UTC' Tuesday 14:41 UTC
              Complete Date/Time Format yyyy-MM-dd kk:mm 'UTC' 2009-10-06 14:41 UTC
              Day/Month/Year Format yyyy-MM-dd 2009-10-06
              Date Picker Format (javascript format) d/MMM/yy (%e/%b/%y) 6/Oct/09
              Date Time Picker Format (javascript format) dd/MMM/yy hh:mm a (%e/%b/%y %I:%M %p) 06/Oct/09 02:41 PM

            h3. Note

            Streams currently uses different formats for time an date:

            * Time. It is always the value specified in the field "Time Format" in the Look & Feel config page. The time if not displayed if the date is today.
            * Date. It varies, depending on the actual date:
            ** For today's dates:
            *** < 1 minute: "Moments ago"
            *** < 2 minutes: "1 minute ago"
            *** < 1 hour: "X minutes ago"
            *** < 2 hours: "1 hour ago"
            *** < 1 day: "X hours ago"
            ** Yesterday: "Yesterday at {{time}}"
            ** Last week: "{{dddd}} at {{time}}" (eg. Sunday at 09:00 am)
            ** Last year: "{{m}} at {{time}}" (eg. 11 May at 09:00 am)
            ** Older: "{{D}} at {{time}}" (eg. Sunday, 11 May 2014 at 09:00 am)

            The time & date format specifiers are documented below:
            * https://code.google.com/p/datejs/wiki/FormatSpecifiers#CUSTOM_DATE_AND_TIME_FORMAT_SPECIFIERS
            * https://code.google.com/p/datejs/wiki/FormatSpecifiers#STANDARD_DATE_AND_TIME_FORMAT_SPECIFIERS

            Note: the format specifier {{a}} is translated to {{tt}}, so the default time format ({{h:mm a}}) is actually interpreted as ({{h:mm tt}})
            jonah (Inactive) made changes -
            Link New: This issue relates to JRACLOUD-19329 [ JRACLOUD-19329 ]
            Confluence Escalation Bot (Inactive) made changes -
            Labels Original: bughunt_activity_stream internationalisation New: affects-cloud affects-server bughunt_activity_stream internationalisation
            Oswaldo Hernandez (Inactive) made changes -
            Component/s New: Dashboards & Reports - Gadgets [ 12923 ]
            Component/s Original: Dashboard [Deprecated] [ 12519 ]
            Component/s Original: Issue - Activity Stream [ 13090 ]

              ohernandez@atlassian.com Oswaldo Hernandez (Inactive)
              davidstrauss David Strauss
              Affected customers:
              23 This affects my team
              Watchers:
              28 Start watching this issue

                Created:
                Updated:
                Resolved: