Project

General

Profile

Actions

Bug #11408

closed

Archives API list returns date with wrong format

Added by Janos Mattyasovszky over 6 years ago. Updated over 6 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
First impressions of Rudder
Effort required:
Priority:
99
Name check:
Fix check:
Regression:

Description

The API seems to use some bad strftime in the "date" field, but this is definetly not correct this way:

# curl -s http://localhost:8080/rudder/api/archives/list/full | jq
{
  "groupArchives": [
    {
      "id": "2017-09-21_09-34-23.159",
      "date": "2017-09-264 at 09:34:23",
      "commiter": "rudder",
      "gitCommit": "e4d08429e853cca9f6c767cb877c3a7b78a70788" 
    },
    {
      "id": "2017-07-04_11-34-56.483",
      "date": "2017-07-185 at 11:34:56",
      "commiter": "rudder",
      "gitCommit": "19faa35150c2cf29271822e6d082127727acedc1" 
    },
    {
      "id": "2017-05-05_10-31-33.222",
      "date": "2017-05-125 at 10:31:33",
      "commiter": "rudder",
      "gitCommit": "d7e82d408f720033db345f72f96917bd10e4c157" 
    },
    {
      "id": "2017-04-05_17-30-39.835",
      "date": "2017-04-95 at 17:30:39",
      "commiter": "rudder",
      "gitCommit": "2a05103c08d623542ab5c1e6e6d540feaf144020" 
    }
  ]
}

Found in rudder-server-root-4.1.5.release-1.SLES.11

Actions

Also available in: Atom PDF