Actions
Bug #15896
closedNormalize datetime format to ISO8601/rfc3339
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
We have datetime in a dozen format. This is bad for consistency (poor users), but it's especially bad in a global installation when we don't display timezone.
So we are going to normalize along:
- any datetime saved in based (serialized) is in strict rfc3339 format (ie: 1996-12-19T16:39:57-08:00
or 1990-12-31T23:59:60Z
)
- for display (web), we use a space (' '
) in place of T
to separate date and time.
Updated by François ARMAND about 5 years ago
- Status changed from New to In progress
Updated by François ARMAND about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2512
Updated by François ARMAND about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|04205266d5ab14ead62d68172a59b446ca5ad399.
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #15943: Date handling in API Token Creation is broken added
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #15944: Filtering on eventlogs doesn't filter added
Updated by Vincent MEMBRÉ about 5 years ago
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
Actions