Actions
Defect #7639
closedSome date fields do not have requested format.
Start date:
2011-02-17
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
As project administrator - set the date format to 17/02/2011 i.e. 17 February 2011.
- In Issues tabs (as normal user) the "Updated" field shows dates with format 02/17/2011.
- As admin user checking the Users - the creation date also shows dates as 04/28/2010
In Issues tab if displaying the start date and due date then they are in the correct format.
Related issues
Updated by Jean-Philippe Lang almost 14 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r4894.
Updated by Max Khon over 13 years ago
The fix also fixes more serious problem: format_date(time) was called before this patch instead of format_date(local). This leads to incorrect displaying of dates (e.g. when timezone is specified or time is in UTC).
E.g. if the timestamp is 14 Apr 03:40am GMT+7 and user timezone is set to UTC, 14 Apr 20:40pm instead of 13 Apr 20:40pm is displayed.
Should there be a backport to 1.1 branch?
Actions