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.
Actions